Shades of Goldenrod #D1CB69
Tints of Goldenrod #D1CB69
RGB
CMYK
RGB Variations
Color information
#D1CB69 (or 0xD1CB69) is known color: Goldenrod. HEX triplet: D1, CB and 69. RGB value is (209,203,105). Sum of RGB (Red+Green+Blue) = 209+203+105=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB69 is #2E3496. Grayscale: #C2C2C2. Windows color (decimal): -3028119 or 6933457. OLE color: 6933457.
HSL color Cylindrical-coordinate representation of color #D1CB69: hue angle of 56.54º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1CB69 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 105 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.18 |
| HSL | 56.54º | 0.53% | 0.62% | - |
| HSV(B) | 56.54º | 0.5% | 0.82% | - |
| XYZ | 50.2 | 57.29 | 21.78 | - |
| YUV | 193.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 105 | 0 | 0.03 | 0.50 | 0.18 | 56.54 | 0.53 | 0.62 |
| Hex | D1 | CB | 69 | 0 | 3 | 32 | 12 | 39 | 35 | 3E |
| Octal | 321 | 313 | 151 | 0 | 3 | 62 | 22 | 71 | 65 | 76 |
| Binary | 11010001 | 11001011 | 1101001 | 0 | 11 | 110010 | 10010 | 111001 | 110101 | 111110 |
Color Harmonies of #D1CB69
Complementary color
Monochromatic Colors of #D1CB69
Black with #D1CB69
Text Example
Text Example
White with #D1CB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB69; }
p { color: rgb(209,203,105); }
H1.HeaderClassName
{
color: #D1CB69;
}
.AnyTagClassName
{
color: #D1CB69;
}
</style>
background-color css
<style>
a { background-color: #D1CB69; }
a { background-color: rgb(209,203,105); }
div.DivClassName
{
background-color: #D1CB69;
}
.BgClassName
{
background-color: #D1CB69;
}
</style>
border-color css
<style>
span { border-color: #D1CB69; }
span { border-color: rgb(209,203,105); }
td.TdClassName
{
border-color: #D1CB69;
}
.TagClassName
{
border-color: #D1CB69;
}
</style>