#D1C22D

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

Shades of Barberry #D1C22D

Tints of Barberry #D1C22D

Color information

#D1C22D (or 0xD1C22D) is unknown color: approx Barberry. HEX triplet: D1, C2 and 2D. RGB value is (209,194,45). Sum of RGB (Red+Green+Blue) = 209+194+45=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C22D is #2E3DD2. Grayscale: #B6B6B6. Windows color (decimal): -3030483 or 2998993. OLE color: 2998993.

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

Color convert

RGB20919445-
CMYK00.070.780.18
HSL54.51º64.57%49.8%-
HSV(B)54.51º78.47%81.96%-
XYZ46.0652.3310.16-
YUV181.550.97147.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 194 (76.17% from 255) = 43.30%
BLUE value IS 45 (17.97% from 255) = 10.04%
R=46.65%
G=43.30%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091944500.070.780.1854.5164.5749.8
HexD1C22D074E12374132
Octal3213025507116226710162
Binary110100011100001010110101111001110100101101111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C22D; }

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

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

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

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

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

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

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

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