Shades of Goldenrod #D2D06C
Tints of Goldenrod #D2D06C
RGB
CMYK
RGB Variations
Color information
#D2D06C (or 0xD2D06C) is known color: Goldenrod. HEX triplet: D2, D0 and 6C. RGB value is (210,208,108). Sum of RGB (Red+Green+Blue) = 210+208+108=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D06C is #2D2F93. Grayscale: #C5C5C5. Windows color (decimal): -2961300 or 7131346. OLE color: 7131346.
HSL color Cylindrical-coordinate representation of color #D2D06C: hue angle of 58.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2D06C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 108 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.18 |
| HSL | 58.82º | 0.53% | 0.62% | - |
| HSV(B) | 58.82º | 0.49% | 0.82% | - |
| XYZ | 51.84 | 59.9 | 23.02 | - |
| YUV | 197.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 108 | 0 | 0.01 | 0.49 | 0.18 | 58.82 | 0.53 | 0.62 |
| Hex | D2 | D0 | 6C | 0 | 1 | 31 | 12 | 3B | 35 | 3E |
| Octal | 322 | 320 | 154 | 0 | 1 | 61 | 22 | 73 | 65 | 76 |
| Binary | 11010010 | 11010000 | 1101100 | 0 | 1 | 110001 | 10010 | 111011 | 110101 | 111110 |
Color Harmonies of #D2D06C
Complementary color
Monochromatic Colors of #D2D06C
Black with #D2D06C
Text Example
Text Example
White with #D2D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D06C; }
p { color: rgb(210,208,108); }
H1.HeaderClassName
{
color: #D2D06C;
}
.AnyTagClassName
{
color: #D2D06C;
}
</style>
background-color css
<style>
a { background-color: #D2D06C; }
a { background-color: rgb(210,208,108); }
div.DivClassName
{
background-color: #D2D06C;
}
.BgClassName
{
background-color: #D2D06C;
}
</style>
border-color css
<style>
span { border-color: #D2D06C; }
span { border-color: rgb(210,208,108); }
td.TdClassName
{
border-color: #D2D06C;
}
.TagClassName
{
border-color: #D2D06C;
}
</style>