Shades of Goldenrod #D1CF6F
Tints of Goldenrod #D1CF6F
RGB
CMYK
RGB Variations
Color information
#D1CF6F (or 0xD1CF6F) is known color: Goldenrod. HEX triplet: D1, CF and 6F. RGB value is (209,207,111). Sum of RGB (Red+Green+Blue) = 209+207+111=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF6F is #2E3090. Grayscale: #C5C5C5. Windows color (decimal): -3027089 or 7327697. OLE color: 7327697.
HSL color Cylindrical-coordinate representation of color #D1CF6F: hue angle of 58.78º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1CF6F is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 111 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.18 |
| HSL | 58.78º | 0.52% | 0.63% | - |
| HSV(B) | 58.78º | 0.47% | 0.82% | - |
| XYZ | 51.48 | 59.33 | 23.78 | - |
| YUV | 196.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 111 | 0 | 0.01 | 0.47 | 0.18 | 58.78 | 0.52 | 0.63 |
| Hex | D1 | CF | 6F | 0 | 1 | 2F | 12 | 3B | 34 | 3F |
| Octal | 321 | 317 | 157 | 0 | 1 | 57 | 22 | 73 | 64 | 77 |
| Binary | 11010001 | 11001111 | 1101111 | 0 | 1 | 101111 | 10010 | 111011 | 110100 | 111111 |
Color Harmonies of #D1CF6F
Complementary color
Monochromatic Colors of #D1CF6F
Black with #D1CF6F
Text Example
Text Example
White with #D1CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF6F; }
p { color: rgb(209,207,111); }
H1.HeaderClassName
{
color: #D1CF6F;
}
.AnyTagClassName
{
color: #D1CF6F;
}
</style>
background-color css
<style>
a { background-color: #D1CF6F; }
a { background-color: rgb(209,207,111); }
div.DivClassName
{
background-color: #D1CF6F;
}
.BgClassName
{
background-color: #D1CF6F;
}
</style>
border-color css
<style>
span { border-color: #D1CF6F; }
span { border-color: rgb(209,207,111); }
td.TdClassName
{
border-color: #D1CF6F;
}
.TagClassName
{
border-color: #D1CF6F;
}
</style>