Shades of Goldenrod #D7CF69
Tints of Goldenrod #D7CF69
RGB
CMYK
RGB Variations
Color information
#D7CF69 (or 0xD7CF69) is known color: Goldenrod. HEX triplet: D7, CF and 69. RGB value is (215,207,105). Sum of RGB (Red+Green+Blue) = 215+207+105=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF69 is #283096. Grayscale: #C6C6C6. Windows color (decimal): -2633879 or 6934487. OLE color: 6934487.
HSL color Cylindrical-coordinate representation of color #D7CF69: hue angle of 55.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7CF69 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 105 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.16 |
| HSL | 55.64º | 0.58% | 0.63% | - |
| HSV(B) | 55.64º | 0.51% | 0.84% | - |
| XYZ | 52.89 | 60.09 | 22.18 | - |
| YUV | 197.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 105 | 0 | 0.04 | 0.51 | 0.16 | 55.64 | 0.58 | 0.63 |
| Hex | D7 | CF | 69 | 0 | 4 | 33 | 10 | 38 | 3A | 3F |
| Octal | 327 | 317 | 151 | 0 | 4 | 63 | 20 | 70 | 72 | 77 |
| Binary | 11010111 | 11001111 | 1101001 | 0 | 100 | 110011 | 10000 | 111000 | 111010 | 111111 |
Color Harmonies of #D7CF69
Complementary color
Monochromatic Colors of #D7CF69
Black with #D7CF69
Text Example
Text Example
White with #D7CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF69; }
p { color: rgb(215,207,105); }
H1.HeaderClassName
{
color: #D7CF69;
}
.AnyTagClassName
{
color: #D7CF69;
}
</style>
background-color css
<style>
a { background-color: #D7CF69; }
a { background-color: rgb(215,207,105); }
div.DivClassName
{
background-color: #D7CF69;
}
.BgClassName
{
background-color: #D7CF69;
}
</style>
border-color css
<style>
span { border-color: #D7CF69; }
span { border-color: rgb(215,207,105); }
td.TdClassName
{
border-color: #D7CF69;
}
.TagClassName
{
border-color: #D7CF69;
}
</style>