Shades of Goldenrod #D0D466
Tints of Goldenrod #D0D466
RGB
CMYK
RGB Variations
Color information
#D0D466 (or 0xD0D466) is known color: Goldenrod. HEX triplet: D0, D4 and 66. RGB value is (208,212,102). Sum of RGB (Red+Green+Blue) = 208+212+102=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D466 is #2F2B99. Grayscale: #C6C6C6. Windows color (decimal): -3091354 or 6739152. OLE color: 6739152.
HSL color Cylindrical-coordinate representation of color #D0D466: hue angle of 62.18º 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 #D0D466 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 102 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.17 |
| HSL | 62.18º | 0.56% | 0.62% | - |
| HSV(B) | 62.18º | 0.52% | 0.83% | - |
| XYZ | 51.95 | 61.46 | 21.69 | - |
| YUV | 198.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 102 | 0.02 | 0 | 0.52 | 0.17 | 62.18 | 0.56 | 0.62 |
| Hex | D0 | D4 | 66 | 2 | 0 | 34 | 11 | 3E | 38 | 3E |
| Octal | 320 | 324 | 146 | 2 | 0 | 64 | 21 | 76 | 70 | 76 |
| Binary | 11010000 | 11010100 | 1100110 | 10 | 0 | 110100 | 10001 | 111110 | 111000 | 111110 |
Color Harmonies of #D0D466
Complementary color
Monochromatic Colors of #D0D466
Black with #D0D466
Text Example
Text Example
White with #D0D466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D466; }
p { color: rgb(208,212,102); }
H1.HeaderClassName
{
color: #D0D466;
}
.AnyTagClassName
{
color: #D0D466;
}
</style>
background-color css
<style>
a { background-color: #D0D466; }
a { background-color: rgb(208,212,102); }
div.DivClassName
{
background-color: #D0D466;
}
.BgClassName
{
background-color: #D0D466;
}
</style>
border-color css
<style>
span { border-color: #D0D466; }
span { border-color: rgb(208,212,102); }
td.TdClassName
{
border-color: #D0D466;
}
.TagClassName
{
border-color: #D0D466;
}
</style>