#D1C22C

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

Shades of Barberry #D1C22C

Tints of Barberry #D1C22C

Color information

#D1C22C (or 0xD1C22C) is unknown color: approx Barberry. HEX triplet: D1, C2 and 2C. RGB value is (209,194,44). Sum of RGB (Red+Green+Blue) = 209+194+44=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C22C is #2E3DD3. Grayscale: #B6B6B6. Windows color (decimal): -3030484 or 2933457. OLE color: 2933457.

HSL color Cylindrical-coordinate representation of color #D1C22C: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1C22C is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20919444-
CMYK00.070.790.18
HSL54.55º65.22%49.61%-
HSV(B)54.55º78.95%81.96%-
XYZ46.0452.3210.06-
YUV181.3850.47147.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.76%
GREEN value IS 194 (76.17% from 255) = 43.40%
BLUE value IS 44 (17.58% from 255) = 9.84%
R=46.76%
G=43.40%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091944400.070.790.1854.5565.2249.61
HexD1C22C074F12374132
Octal3213025407117226710162
Binary110100011100001010110001111001111100101101111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C22C; }

 p { color: rgb(209,194,44); }

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

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

 a { background-color: rgb(209,194,44); }

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

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

 span { border-color: rgb(209,194,44); }

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