#D1CC2A

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

Shades of Barberry #D1CC2A

Tints of Barberry #D1CC2A

Color information

#D1CC2A (or 0xD1CC2A) is unknown color: approx Barberry. HEX triplet: D1, CC and 2A. RGB value is (209,204,42). Sum of RGB (Red+Green+Blue) = 209+204+42=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC2A is #2E33D5. Grayscale: #BBBBBB. Windows color (decimal): -3027926 or 2804945. OLE color: 2804945.

HSL color Cylindrical-coordinate representation of color #D1CC2A: hue angle of 58.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1CC2A is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB20920442-
CMYK00.020.800.18
HSL58.2º66.53%49.22%-
HSV(B)58.2º79.9%81.96%-
XYZ48.3156.9110.63-
YUV187.0346.16143.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 42 (16.80% from 255) = 9.23%
R=45.93%
G=44.84%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092044200.020.800.1858.266.5349.22
HexD1CC2A0250123a4331
Octal3213145202120227210361
Binary11010001110011001010100101010000100101110101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC2A; }

 p { color: rgb(209,204,42); }

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

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

 a { background-color: rgb(209,204,42); }

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

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

 span { border-color: rgb(209,204,42); }

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