#D2C020

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

Shades of Barberry #D2C020

Tints of Barberry #D2C020

Color information

#D2C020 (or 0xD2C020) is unknown color: approx Barberry. HEX triplet: D2, C0 and 20. RGB value is (210,192,32). Sum of RGB (Red+Green+Blue) = 210+192+32=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C020 is #2D3FDF. Grayscale: #B3B3B3. Windows color (decimal): -2965472 or 2146514. OLE color: 2146514.

HSL color Cylindrical-coordinate representation of color #D2C020: hue angle of 53.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2C020 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB21019232-
CMYK00.090.850.18
HSL53.93º73.55%47.45%-
HSV(B)53.93º84.76%82.35%-
XYZ45.6951.518.9-
YUV179.1444.96150.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 32 (12.89% from 255) = 7.37%
R=48.39%
G=44.24%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101923200.090.850.1853.9373.5547.45
HexD2C020095512364a2f
Octal32230040011125226611257
Binary1101001011000000100000010011010101100101101101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C020; }

 p { color: rgb(210,192,32); }

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

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

 a { background-color: rgb(210,192,32); }

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

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

 span { border-color: rgb(210,192,32); }

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