#D6D166

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

Shades of Goldenrod #D6D166

Tints of Goldenrod #D6D166

Color information

#D6D166 (or 0xD6D166) is unknown color: approx Goldenrod. HEX triplet: D6, D1 and 66. RGB value is (214,209,102). Sum of RGB (Red+Green+Blue) = 214+209+102=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D166 is #292E99. Grayscale: #C6C6C6. Windows color (decimal): -2698906 or 6738390. OLE color: 6738390.

HSL color Cylindrical-coordinate representation of color #D6D166: hue angle of 57.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6D166 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214209102-
CMYK00.020.520.16
HSL57.32º57.73%61.96%-
HSV(B)57.32º52.34%83.92%-
XYZ52.9360.8621.53-
YUV198.373.66139.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=40.76%
G=39.81%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420910200.020.520.1657.3257.7361.96
HexD6D166023410393a3e
Octal326321146026420717276
Binary1101011011010001110011001011010010000111001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D166; }

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

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

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

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

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

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

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

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