#D1CC6B

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

Shades of Goldenrod #D1CC6B

Tints of Goldenrod #D1CC6B

Color information

#D1CC6B (or 0xD1CC6B) is unknown color: approx Goldenrod. HEX triplet: D1, CC and 6B. RGB value is (209,204,107). Sum of RGB (Red+Green+Blue) = 209+204+107=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC6B is #2E3394. Grayscale: #C2C2C2. Windows color (decimal): -3027861 or 7064785. OLE color: 7064785.

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

Color convert

RGB209204107-
CMYK00.020.490.18
HSL57.06º52.58%61.96%-
HSV(B)57.06º48.8%81.96%-
XYZ50.5457.822.4-
YUV194.4478.66138.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 107 (42.19% from 255) = 20.58%
R=40.19%
G=39.23%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920410700.020.490.1857.0652.5861.96
HexD1CC6B02311239353e
Octal321314153026122716576
Binary1101000111001100110101101011000110010111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC6B; }

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

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

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

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

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

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

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

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