Shades of Goldenrod #D8CF69
Tints of Goldenrod #D8CF69
RGB
CMYK
RGB Variations
Color information
#D8CF69 (or 0xD8CF69) is known color: Goldenrod. HEX triplet: D8, CF and 69. RGB value is (216,207,105). Sum of RGB (Red+Green+Blue) = 216+207+105=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF69 is #273096. Grayscale: #C6C6C6. Windows color (decimal): -2568343 or 6934488. OLE color: 6934488.
HSL color Cylindrical-coordinate representation of color #D8CF69: hue angle of 55.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8CF69 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 105 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.15 |
| HSL | 55.14º | 0.59% | 0.63% | - |
| HSV(B) | 55.14º | 0.51% | 0.85% | - |
| XYZ | 53.18 | 60.24 | 22.19 | - |
| YUV | 198.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 105 | 0 | 0.04 | 0.51 | 0.15 | 55.14 | 0.59 | 0.63 |
| Hex | D8 | CF | 69 | 0 | 4 | 33 | F | 37 | 3B | 3F |
| Octal | 330 | 317 | 151 | 0 | 4 | 63 | 17 | 67 | 73 | 77 |
| Binary | 11011000 | 11001111 | 1101001 | 0 | 100 | 110011 | 1111 | 110111 | 111011 | 111111 |
Color Harmonies of #D8CF69
Complementary color
Monochromatic Colors of #D8CF69
Black with #D8CF69
Text Example
Text Example
White with #D8CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF69; }
p { color: rgb(216,207,105); }
H1.HeaderClassName
{
color: #D8CF69;
}
.AnyTagClassName
{
color: #D8CF69;
}
</style>
background-color css
<style>
a { background-color: #D8CF69; }
a { background-color: rgb(216,207,105); }
div.DivClassName
{
background-color: #D8CF69;
}
.BgClassName
{
background-color: #D8CF69;
}
</style>
border-color css
<style>
span { border-color: #D8CF69; }
span { border-color: rgb(216,207,105); }
td.TdClassName
{
border-color: #D8CF69;
}
.TagClassName
{
border-color: #D8CF69;
}
</style>