#D5D166

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

Shades of Goldenrod #D5D166

Tints of Goldenrod #D5D166

Color information

#D5D166 (or 0xD5D166) is unknown color: approx Goldenrod. HEX triplet: D5, D1 and 66. RGB value is (213,209,102). Sum of RGB (Red+Green+Blue) = 213+209+102=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D166 is #2A2E99. Grayscale: #C6C6C6. Windows color (decimal): -2764442 or 6738389. OLE color: 6738389.

HSL color Cylindrical-coordinate representation of color #D5D166: hue angle of 57.84º degrees, saturation: 0.57, 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 #D5D166 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213209102-
CMYK00.020.520.16
HSL57.84º56.92%61.76%-
HSV(B)57.84º52.11%83.53%-
XYZ52.6460.7121.51-
YUV19873.83138.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 102 (40.23% from 255) = 19.47%
R=40.65%
G=39.89%
B=19.47%

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
Decimal21320910200.020.520.1657.8456.9261.76
HexD5D1660234103a393e
Octal325321146026420727176
Binary1101010111010001110011001011010010000111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D166; }

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

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

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

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

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

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

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

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