#D6C02C

Color #D6C02C Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D6C02C

Tints of Barberry #D6C02C

Color information

#D6C02C (or 0xD6C02C) is unknown color: approx Barberry. HEX triplet: D6, C0 and 2C. RGB value is (214,192,44). Sum of RGB (Red+Green+Blue) = 214+192+44=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C02C is #293FD3. Grayscale: #B6B6B6. Windows color (decimal): -2703316 or 2932950. OLE color: 2932950.

HSL color Cylindrical-coordinate representation of color #D6C02C: hue angle of 52.24º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6C02C is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21419244-
CMYK00.100.790.16
HSL52.24º67.46%50.59%-
HSV(B)52.24º79.44%83.92%-
XYZ47.0452.189.98-
YUV181.7150.29151.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 47.56%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 44 (17.58% from 255) = 9.78%
R=47.56%
G=42.67%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141924400.100.790.1652.2467.4650.59
HexD6C02C0A4F10344333
Octal32630054012117206410363
Binary1101011011000000101100010101001111100001101001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C02C; }

 p { color: rgb(214,192,44); }

 H1.HeaderClassName
 {
   color: #D6C02C;
 }
 .AnyTagClassName
 {
   color: #D6C02C;
 }
</style>
background-color css

<style>
 a { background-color: #D6C02C; }

 a { background-color: rgb(214,192,44); }

 div.DivClassName
 {
   background-color: #D6C02C;
 }
 .BgClassName
 {
   background-color: #D6C02C;
 }
</style>
border-color css

<style>
 span { border-color: #D6C02C; }

 span { border-color: rgb(214,192,44); }

 td.TdClassName
 {
   border-color: #D6C02C;
 }
 .TagClassName
 {
   border-color: #D6C02C;
 }
</style>