#D1CB66

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

Shades of Goldenrod #D1CB66

Tints of Goldenrod #D1CB66

Color information

#D1CB66 (or 0xD1CB66) is unknown color: approx Goldenrod. HEX triplet: D1, CB and 66. RGB value is (209,203,102). Sum of RGB (Red+Green+Blue) = 209+203+102=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB66 is #2E3499. Grayscale: #C1C1C1. Windows color (decimal): -3028122 or 6736849. OLE color: 6736849.

HSL color Cylindrical-coordinate representation of color #D1CB66: hue angle of 56.64º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1CB66 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB209203102-
CMYK00.030.510.18
HSL56.64º53.77%60.98%-
HSV(B)56.64º51.2%81.96%-
XYZ50.0557.2320.98-
YUV193.2876.49139.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 102 (40.23% from 255) = 19.84%
R=40.66%
G=39.49%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920310200.030.510.1856.6453.7760.98
HexD1CB6603331239363d
Octal321313146036322716675
Binary1101000111001011110011001111001110010111001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CB66; }

 p { color: rgb(209,203,102); }

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

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

 a { background-color: rgb(209,203,102); }

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

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

 span { border-color: rgb(209,203,102); }

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