#D1CC1F

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

Shades of Barberry #D1CC1F

Tints of Barberry #D1CC1F

Color information

#D1CC1F (or 0xD1CC1F) is unknown color: approx Barberry. HEX triplet: D1, CC and 1F. RGB value is (209,204,31). Sum of RGB (Red+Green+Blue) = 209+204+31=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC1F is #2E33E0. Grayscale: #BABABA. Windows color (decimal): -3027937 or 2084049. OLE color: 2084049.

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

Color convert

RGB20920431-
CMYK00.020.850.18
HSL58.31º74.17%47.06%-
HSV(B)58.31º85.17%81.96%-
XYZ48.1356.849.73-
YUV185.7740.66144.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 31 (12.5% from 255) = 6.98%
R=47.07%
G=45.95%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092043100.020.850.1858.3174.1747.06
HexD1CC1F0255123a4a2f
Octal3213143702125227211257
Binary1101000111001100111110101010101100101110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC1F; }

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

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

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

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

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

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

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

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