Shades of Goldenrod #D3D66C
Tints of Goldenrod #D3D66C
RGB
CMYK
RGB Variations
Color information
#D3D66C (or 0xD3D66C) is known color: Goldenrod. HEX triplet: D3, D6 and 6C. RGB value is (211,214,108). Sum of RGB (Red+Green+Blue) = 211+214+108=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D66C is #2C2993. Grayscale: #C9C9C9. Windows color (decimal): -2894228 or 7132883. OLE color: 7132883.
HSL color Cylindrical-coordinate representation of color #D3D66C: hue angle of 61.7º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3D66C is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 108 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.16 |
| HSL | 61.7º | 0.56% | 0.63% | - |
| HSV(B) | 61.7º | 0.5% | 0.84% | - |
| XYZ | 53.62 | 63.02 | 23.53 | - |
| YUV | 201.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 108 | 0.01 | 0 | 0.50 | 0.16 | 61.7 | 0.56 | 0.63 |
| Hex | D3 | D6 | 6C | 1 | 0 | 32 | 10 | 3E | 38 | 3F |
| Octal | 323 | 326 | 154 | 1 | 0 | 62 | 20 | 76 | 70 | 77 |
| Binary | 11010011 | 11010110 | 1101100 | 1 | 0 | 110010 | 10000 | 111110 | 111000 | 111111 |
Color Harmonies of #D3D66C
Complementary color
Monochromatic Colors of #D3D66C
Black with #D3D66C
Text Example
Text Example
White with #D3D66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D66C; }
p { color: rgb(211,214,108); }
H1.HeaderClassName
{
color: #D3D66C;
}
.AnyTagClassName
{
color: #D3D66C;
}
</style>
background-color css
<style>
a { background-color: #D3D66C; }
a { background-color: rgb(211,214,108); }
div.DivClassName
{
background-color: #D3D66C;
}
.BgClassName
{
background-color: #D3D66C;
}
</style>
border-color css
<style>
span { border-color: #D3D66C; }
span { border-color: rgb(211,214,108); }
td.TdClassName
{
border-color: #D3D66C;
}
.TagClassName
{
border-color: #D3D66C;
}
</style>