Shades of Goldenrod #D5CF75
Tints of Goldenrod #D5CF75
RGB
CMYK
RGB Variations
Color information
#D5CF75 (or 0xD5CF75) is known color: Goldenrod. HEX triplet: D5, CF and 75. RGB value is (213,207,117). Sum of RGB (Red+Green+Blue) = 213+207+117=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF75 is #2A308A. Grayscale: #C6C6C6. Windows color (decimal): -2764939 or 7720917. OLE color: 7720917.
HSL color Cylindrical-coordinate representation of color #D5CF75: hue angle of 56.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5CF75 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 117 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.16 |
| HSL | 56.25º | 0.53% | 0.65% | - |
| HSV(B) | 56.25º | 0.45% | 0.84% | - |
| XYZ | 52.96 | 60.06 | 25.63 | - |
| YUV | 198.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 117 | 0 | 0.03 | 0.45 | 0.16 | 56.25 | 0.53 | 0.65 |
| Hex | D5 | CF | 75 | 0 | 3 | 2D | 10 | 38 | 35 | 41 |
| Octal | 325 | 317 | 165 | 0 | 3 | 55 | 20 | 70 | 65 | 101 |
| Binary | 11010101 | 11001111 | 1110101 | 0 | 11 | 101101 | 10000 | 111000 | 110101 | 1000001 |
Color Harmonies of #D5CF75
Complementary color
Monochromatic Colors of #D5CF75
Black with #D5CF75
Text Example
Text Example
White with #D5CF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF75; }
p { color: rgb(213,207,117); }
H1.HeaderClassName
{
color: #D5CF75;
}
.AnyTagClassName
{
color: #D5CF75;
}
</style>
background-color css
<style>
a { background-color: #D5CF75; }
a { background-color: rgb(213,207,117); }
div.DivClassName
{
background-color: #D5CF75;
}
.BgClassName
{
background-color: #D5CF75;
}
</style>
border-color css
<style>
span { border-color: #D5CF75; }
span { border-color: rgb(213,207,117); }
td.TdClassName
{
border-color: #D5CF75;
}
.TagClassName
{
border-color: #D5CF75;
}
</style>