#D1C02D

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

Shades of Barberry #D1C02D

Tints of Barberry #D1C02D

Color information

#D1C02D (or 0xD1C02D) is unknown color: approx Barberry. HEX triplet: D1, C0 and 2D. RGB value is (209,192,45). Sum of RGB (Red+Green+Blue) = 209+192+45=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C02D is #2E3FD2. Grayscale: #B4B4B4. Windows color (decimal): -3030995 or 2998481. OLE color: 2998481.

HSL color Cylindrical-coordinate representation of color #D1C02D: hue angle of 53.78º 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 #D1C02D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20919245-
CMYK00.080.780.18
HSL53.78º64.57%49.8%-
HSV(B)53.78º78.47%81.96%-
XYZ45.6251.4410.01-
YUV180.3251.63148.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 45 (17.97% from 255) = 10.09%
R=46.86%
G=43.05%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091924500.080.780.1853.7864.5749.8
HexD1C02D084E12364132
Octal32130055010116226610162
Binary1101000111000000101101010001001110100101101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C02D; }

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

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

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

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

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

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

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

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