Shades of Goldenrod #D5CF61
Tints of Goldenrod #D5CF61
RGB
CMYK
RGB Variations
Color information
#D5CF61 (or 0xD5CF61) is known color: Goldenrod. HEX triplet: D5, CF and 61. RGB value is (213,207,97). Sum of RGB (Red+Green+Blue) = 213+207+97=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF61 is #2A309E. Grayscale: #C4C4C4. Windows color (decimal): -2764959 or 6410197. OLE color: 6410197.
HSL color Cylindrical-coordinate representation of color #D5CF61: hue angle of 56.9º degrees, saturation: 0.58, 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 #D5CF61 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 97 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.16 |
| HSL | 56.9º | 0.58% | 0.61% | - |
| HSV(B) | 56.9º | 0.54% | 0.84% | - |
| XYZ | 51.91 | 59.63 | 20.08 | - |
| YUV | 196.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 97 | 0 | 0.03 | 0.54 | 0.16 | 56.9 | 0.58 | 0.61 |
| Hex | D5 | CF | 61 | 0 | 3 | 36 | 10 | 39 | 3A | 3D |
| Octal | 325 | 317 | 141 | 0 | 3 | 66 | 20 | 71 | 72 | 75 |
| Binary | 11010101 | 11001111 | 1100001 | 0 | 11 | 110110 | 10000 | 111001 | 111010 | 111101 |
Color Harmonies of #D5CF61
Complementary color
Monochromatic Colors of #D5CF61
Black with #D5CF61
Text Example
Text Example
White with #D5CF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF61; }
p { color: rgb(213,207,97); }
H1.HeaderClassName
{
color: #D5CF61;
}
.AnyTagClassName
{
color: #D5CF61;
}
</style>
background-color css
<style>
a { background-color: #D5CF61; }
a { background-color: rgb(213,207,97); }
div.DivClassName
{
background-color: #D5CF61;
}
.BgClassName
{
background-color: #D5CF61;
}
</style>
border-color css
<style>
span { border-color: #D5CF61; }
span { border-color: rgb(213,207,97); }
td.TdClassName
{
border-color: #D5CF61;
}
.TagClassName
{
border-color: #D5CF61;
}
</style>