Shades of Goldenrod #D3D666
Tints of Goldenrod #D3D666
RGB
CMYK
RGB Variations
Color information
#D3D666 (or 0xD3D666) is known color: Goldenrod. HEX triplet: D3, D6 and 66. RGB value is (211,214,102). Sum of RGB (Red+Green+Blue) = 211+214+102=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D666 is #2C2999. Grayscale: #C8C8C8. Windows color (decimal): -2894234 or 6739667. OLE color: 6739667.
HSL color Cylindrical-coordinate representation of color #D3D666: hue angle of 61.61º 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 #D3D666 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 102 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.16 |
| HSL | 61.61º | 0.58% | 0.62% | - |
| HSV(B) | 61.61º | 0.52% | 0.84% | - |
| XYZ | 53.31 | 62.9 | 21.9 | - |
| YUV | 200.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 102 | 0.01 | 0 | 0.52 | 0.16 | 61.61 | 0.58 | 0.62 |
| Hex | D3 | D6 | 66 | 1 | 0 | 34 | 10 | 3E | 3A | 3E |
| Octal | 323 | 326 | 146 | 1 | 0 | 64 | 20 | 76 | 72 | 76 |
| Binary | 11010011 | 11010110 | 1100110 | 1 | 0 | 110100 | 10000 | 111110 | 111010 | 111110 |
Color Harmonies of #D3D666
Complementary color
Monochromatic Colors of #D3D666
Black with #D3D666
Text Example
Text Example
White with #D3D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D666; }
p { color: rgb(211,214,102); }
H1.HeaderClassName
{
color: #D3D666;
}
.AnyTagClassName
{
color: #D3D666;
}
</style>
background-color css
<style>
a { background-color: #D3D666; }
a { background-color: rgb(211,214,102); }
div.DivClassName
{
background-color: #D3D666;
}
.BgClassName
{
background-color: #D3D666;
}
</style>
border-color css
<style>
span { border-color: #D3D666; }
span { border-color: rgb(211,214,102); }
td.TdClassName
{
border-color: #D3D666;
}
.TagClassName
{
border-color: #D3D666;
}
</style>