Shades of Goldenrod #D5CF70
Tints of Goldenrod #D5CF70
RGB
CMYK
RGB Variations
Color information
#D5CF70 (or 0xD5CF70) is known color: Goldenrod. HEX triplet: D5, CF and 70. RGB value is (213,207,112). Sum of RGB (Red+Green+Blue) = 213+207+112=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF70 is #2A308F. Grayscale: #C6C6C6. Windows color (decimal): -2764944 or 7393237. OLE color: 7393237.
HSL color Cylindrical-coordinate representation of color #D5CF70: hue angle of 56.44º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5CF70 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 112 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.16 |
| HSL | 56.44º | 0.55% | 0.64% | - |
| HSV(B) | 56.44º | 0.47% | 0.84% | - |
| XYZ | 52.68 | 59.94 | 24.12 | - |
| YUV | 197.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 112 | 0 | 0.03 | 0.47 | 0.16 | 56.44 | 0.55 | 0.64 |
| Hex | D5 | CF | 70 | 0 | 3 | 2F | 10 | 38 | 37 | 40 |
| Octal | 325 | 317 | 160 | 0 | 3 | 57 | 20 | 70 | 67 | 100 |
| Binary | 11010101 | 11001111 | 1110000 | 0 | 11 | 101111 | 10000 | 111000 | 110111 | 1000000 |
Color Harmonies of #D5CF70
Complementary color
Monochromatic Colors of #D5CF70
Black with #D5CF70
Text Example
Text Example
White with #D5CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF70; }
p { color: rgb(213,207,112); }
H1.HeaderClassName
{
color: #D5CF70;
}
.AnyTagClassName
{
color: #D5CF70;
}
</style>
background-color css
<style>
a { background-color: #D5CF70; }
a { background-color: rgb(213,207,112); }
div.DivClassName
{
background-color: #D5CF70;
}
.BgClassName
{
background-color: #D5CF70;
}
</style>
border-color css
<style>
span { border-color: #D5CF70; }
span { border-color: rgb(213,207,112); }
td.TdClassName
{
border-color: #D5CF70;
}
.TagClassName
{
border-color: #D5CF70;
}
</style>