Shades of Goldenrod #D4D166
Tints of Goldenrod #D4D166
RGB
CMYK
RGB Variations
Color information
#D4D166 (or 0xD4D166) is known color: Goldenrod. HEX triplet: D4, D1 and 66. RGB value is (212,209,102). Sum of RGB (Red+Green+Blue) = 212+209+102=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D166 is #2B2E99. Grayscale: #C6C6C6. Windows color (decimal): -2829978 or 6738388. OLE color: 6738388.
HSL color Cylindrical-coordinate representation of color #D4D166: hue angle of 58.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4D166 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 102 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.17 |
| HSL | 58.36º | 0.56% | 0.62% | - |
| HSV(B) | 58.36º | 0.52% | 0.83% | - |
| XYZ | 52.35 | 60.56 | 21.5 | - |
| YUV | 197.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 102 | 0 | 0.01 | 0.52 | 0.17 | 58.36 | 0.56 | 0.62 |
| Hex | D4 | D1 | 66 | 0 | 1 | 34 | 11 | 3A | 38 | 3E |
| Octal | 324 | 321 | 146 | 0 | 1 | 64 | 21 | 72 | 70 | 76 |
| Binary | 11010100 | 11010001 | 1100110 | 0 | 1 | 110100 | 10001 | 111010 | 111000 | 111110 |
Color Harmonies of #D4D166
Complementary color
Monochromatic Colors of #D4D166
Black with #D4D166
Text Example
Text Example
White with #D4D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D166; }
p { color: rgb(212,209,102); }
H1.HeaderClassName
{
color: #D4D166;
}
.AnyTagClassName
{
color: #D4D166;
}
</style>
background-color css
<style>
a { background-color: #D4D166; }
a { background-color: rgb(212,209,102); }
div.DivClassName
{
background-color: #D4D166;
}
.BgClassName
{
background-color: #D4D166;
}
</style>
border-color css
<style>
span { border-color: #D4D166; }
span { border-color: rgb(212,209,102); }
td.TdClassName
{
border-color: #D4D166;
}
.TagClassName
{
border-color: #D4D166;
}
</style>