Shades of Goldenrod #D3D06B
Tints of Goldenrod #D3D06B
RGB
CMYK
RGB Variations
Color information
#D3D06B (or 0xD3D06B) is known color: Goldenrod. HEX triplet: D3, D0 and 6B. RGB value is (211,208,107). Sum of RGB (Red+Green+Blue) = 211+208+107=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D06B is #2C2F94. Grayscale: #C5C5C5. Windows color (decimal): -2895765 or 7065811. OLE color: 7065811.
HSL color Cylindrical-coordinate representation of color #D3D06B: hue angle of 58.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3D06B is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 107 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.17 |
| HSL | 58.27º | 0.54% | 0.62% | - |
| HSV(B) | 58.27º | 0.49% | 0.83% | - |
| XYZ | 52.07 | 60.02 | 22.75 | - |
| YUV | 197.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 107 | 0 | 0.01 | 0.49 | 0.17 | 58.27 | 0.54 | 0.62 |
| Hex | D3 | D0 | 6B | 0 | 1 | 31 | 11 | 3A | 36 | 3E |
| Octal | 323 | 320 | 153 | 0 | 1 | 61 | 21 | 72 | 66 | 76 |
| Binary | 11010011 | 11010000 | 1101011 | 0 | 1 | 110001 | 10001 | 111010 | 110110 | 111110 |
Color Harmonies of #D3D06B
Complementary color
Monochromatic Colors of #D3D06B
Black with #D3D06B
Text Example
Text Example
White with #D3D06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D06B; }
p { color: rgb(211,208,107); }
H1.HeaderClassName
{
color: #D3D06B;
}
.AnyTagClassName
{
color: #D3D06B;
}
</style>
background-color css
<style>
a { background-color: #D3D06B; }
a { background-color: rgb(211,208,107); }
div.DivClassName
{
background-color: #D3D06B;
}
.BgClassName
{
background-color: #D3D06B;
}
</style>
border-color css
<style>
span { border-color: #D3D06B; }
span { border-color: rgb(211,208,107); }
td.TdClassName
{
border-color: #D3D06B;
}
.TagClassName
{
border-color: #D3D06B;
}
</style>