Shades of Goldenrod #D1D369
Tints of Goldenrod #D1D369
RGB
CMYK
RGB Variations
Color information
#D1D369 (or 0xD1D369) is known color: Goldenrod. HEX triplet: D1, D3 and 69. RGB value is (209,211,105). Sum of RGB (Red+Green+Blue) = 209+211+105=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D369 is #2E2C96. Grayscale: #C6C6C6. Windows color (decimal): -3026071 or 6935505. OLE color: 6935505.
HSL color Cylindrical-coordinate representation of color #D1D369: hue angle of 61.13º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1D369 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 105 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.17 |
| HSL | 61.13º | 0.55% | 0.62% | - |
| HSV(B) | 61.13º | 0.5% | 0.83% | - |
| XYZ | 52.14 | 61.16 | 22.42 | - |
| YUV | 198.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 105 | 0.01 | 0 | 0.50 | 0.17 | 61.13 | 0.55 | 0.62 |
| Hex | D1 | D3 | 69 | 1 | 0 | 32 | 11 | 3D | 37 | 3E |
| Octal | 321 | 323 | 151 | 1 | 0 | 62 | 21 | 75 | 67 | 76 |
| Binary | 11010001 | 11010011 | 1101001 | 1 | 0 | 110010 | 10001 | 111101 | 110111 | 111110 |
Color Harmonies of #D1D369
Complementary color
Monochromatic Colors of #D1D369
Black with #D1D369
Text Example
Text Example
White with #D1D369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D369; }
p { color: rgb(209,211,105); }
H1.HeaderClassName
{
color: #D1D369;
}
.AnyTagClassName
{
color: #D1D369;
}
</style>
background-color css
<style>
a { background-color: #D1D369; }
a { background-color: rgb(209,211,105); }
div.DivClassName
{
background-color: #D1D369;
}
.BgClassName
{
background-color: #D1D369;
}
</style>
border-color css
<style>
span { border-color: #D1D369; }
span { border-color: rgb(209,211,105); }
td.TdClassName
{
border-color: #D1D369;
}
.TagClassName
{
border-color: #D1D369;
}
</style>