Shades of Goldenrod #D3D066
Tints of Goldenrod #D3D066
RGB
CMYK
RGB Variations
Color information
#D3D066 (or 0xD3D066) is known color: Goldenrod. HEX triplet: D3, D0 and 66. RGB value is (211,208,102). Sum of RGB (Red+Green+Blue) = 211+208+102=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D066 is #2C2F99. Grayscale: #C5C5C5. Windows color (decimal): -2895770 or 6738131. OLE color: 6738131.
HSL color Cylindrical-coordinate representation of color #D3D066: hue angle of 58.35º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3D066 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 102 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.17 |
| HSL | 58.35º | 0.55% | 0.61% | - |
| HSV(B) | 58.35º | 0.52% | 0.83% | - |
| XYZ | 51.82 | 59.92 | 21.4 | - |
| YUV | 196.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 102 | 0 | 0.01 | 0.52 | 0.17 | 58.35 | 0.55 | 0.61 |
| Hex | D3 | D0 | 66 | 0 | 1 | 34 | 11 | 3A | 37 | 3D |
| Octal | 323 | 320 | 146 | 0 | 1 | 64 | 21 | 72 | 67 | 75 |
| Binary | 11010011 | 11010000 | 1100110 | 0 | 1 | 110100 | 10001 | 111010 | 110111 | 111101 |
Color Harmonies of #D3D066
Complementary color
Monochromatic Colors of #D3D066
Black with #D3D066
Text Example
Text Example
White with #D3D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D066; }
p { color: rgb(211,208,102); }
H1.HeaderClassName
{
color: #D3D066;
}
.AnyTagClassName
{
color: #D3D066;
}
</style>
background-color css
<style>
a { background-color: #D3D066; }
a { background-color: rgb(211,208,102); }
div.DivClassName
{
background-color: #D3D066;
}
.BgClassName
{
background-color: #D3D066;
}
</style>
border-color css
<style>
span { border-color: #D3D066; }
span { border-color: rgb(211,208,102); }
td.TdClassName
{
border-color: #D3D066;
}
.TagClassName
{
border-color: #D3D066;
}
</style>