Shades of Goldenrod #D1D06A
Tints of Goldenrod #D1D06A
RGB
CMYK
RGB Variations
Color information
#D1D06A (or 0xD1D06A) is known color: Goldenrod. HEX triplet: D1, D0 and 6A. RGB value is (209,208,106). Sum of RGB (Red+Green+Blue) = 209+208+106=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D06A is #2E2F95. Grayscale: #C5C5C5. Windows color (decimal): -3026838 or 7000273. OLE color: 7000273.
HSL color Cylindrical-coordinate representation of color #D1D06A: hue angle of 59.42º 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 #D1D06A is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 106 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.18 |
| HSL | 59.42º | 0.53% | 0.62% | - |
| HSV(B) | 59.42º | 0.49% | 0.82% | - |
| XYZ | 51.45 | 59.71 | 22.45 | - |
| YUV | 196.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 106 | 0 | 0.00 | 0.49 | 0.18 | 59.42 | 0.53 | 0.62 |
| Hex | D1 | D0 | 6A | 0 | 0 | 31 | 12 | 3B | 35 | 3E |
| Octal | 321 | 320 | 152 | 0 | 0 | 61 | 22 | 73 | 65 | 76 |
| Binary | 11010001 | 11010000 | 1101010 | 0 | 0 | 110001 | 10010 | 111011 | 110101 | 111110 |
Color Harmonies of #D1D06A
Complementary color
Monochromatic Colors of #D1D06A
Black with #D1D06A
Text Example
Text Example
White with #D1D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D06A; }
p { color: rgb(209,208,106); }
H1.HeaderClassName
{
color: #D1D06A;
}
.AnyTagClassName
{
color: #D1D06A;
}
</style>
background-color css
<style>
a { background-color: #D1D06A; }
a { background-color: rgb(209,208,106); }
div.DivClassName
{
background-color: #D1D06A;
}
.BgClassName
{
background-color: #D1D06A;
}
</style>
border-color css
<style>
span { border-color: #D1D06A; }
span { border-color: rgb(209,208,106); }
td.TdClassName
{
border-color: #D1D06A;
}
.TagClassName
{
border-color: #D1D06A;
}
</style>