Shades of Goldenrod #D6CF62
Tints of Goldenrod #D6CF62
RGB
CMYK
RGB Variations
Color information
#D6CF62 (or 0xD6CF62) is known color: Goldenrod. HEX triplet: D6, CF and 62. RGB value is (214,207,98). Sum of RGB (Red+Green+Blue) = 214+207+98=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF62 is #29309D. Grayscale: #C5C5C5. Windows color (decimal): -2699422 or 6475734. OLE color: 6475734.
HSL color Cylindrical-coordinate representation of color #D6CF62: hue angle of 56.38º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6CF62 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 98 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.16 |
| HSL | 56.38º | 0.59% | 0.61% | - |
| HSV(B) | 56.38º | 0.54% | 0.84% | - |
| XYZ | 52.25 | 59.8 | 20.34 | - |
| YUV | 196.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 98 | 0 | 0.03 | 0.54 | 0.16 | 56.38 | 0.59 | 0.61 |
| Hex | D6 | CF | 62 | 0 | 3 | 36 | 10 | 38 | 3B | 3D |
| Octal | 326 | 317 | 142 | 0 | 3 | 66 | 20 | 70 | 73 | 75 |
| Binary | 11010110 | 11001111 | 1100010 | 0 | 11 | 110110 | 10000 | 111000 | 111011 | 111101 |
Color Harmonies of #D6CF62
Complementary color
Monochromatic Colors of #D6CF62
Black with #D6CF62
Text Example
Text Example
White with #D6CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF62; }
p { color: rgb(214,207,98); }
H1.HeaderClassName
{
color: #D6CF62;
}
.AnyTagClassName
{
color: #D6CF62;
}
</style>
background-color css
<style>
a { background-color: #D6CF62; }
a { background-color: rgb(214,207,98); }
div.DivClassName
{
background-color: #D6CF62;
}
.BgClassName
{
background-color: #D6CF62;
}
</style>
border-color css
<style>
span { border-color: #D6CF62; }
span { border-color: rgb(214,207,98); }
td.TdClassName
{
border-color: #D6CF62;
}
.TagClassName
{
border-color: #D6CF62;
}
</style>