Shades of Goldenrod #D5CE70
Tints of Goldenrod #D5CE70
RGB
CMYK
RGB Variations
Color information
#D5CE70 (or 0xD5CE70) is known color: Goldenrod. HEX triplet: D5, CE and 70. RGB value is (213,206,112). Sum of RGB (Red+Green+Blue) = 213+206+112=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE70 is #2A318F. Grayscale: #C5C5C5. Windows color (decimal): -2765200 or 7392981. OLE color: 7392981.
HSL color Cylindrical-coordinate representation of color #D5CE70: hue angle of 55.84º 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 #D5CE70 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 112 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.16 |
| HSL | 55.84º | 0.55% | 0.64% | - |
| HSV(B) | 55.84º | 0.47% | 0.84% | - |
| XYZ | 52.44 | 59.46 | 24.04 | - |
| YUV | 197.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 112 | 0 | 0.03 | 0.47 | 0.16 | 55.84 | 0.55 | 0.64 |
| Hex | D5 | CE | 70 | 0 | 3 | 2F | 10 | 38 | 37 | 40 |
| Octal | 325 | 316 | 160 | 0 | 3 | 57 | 20 | 70 | 67 | 100 |
| Binary | 11010101 | 11001110 | 1110000 | 0 | 11 | 101111 | 10000 | 111000 | 110111 | 1000000 |
Color Harmonies of #D5CE70
Complementary color
Monochromatic Colors of #D5CE70
Black with #D5CE70
Text Example
Text Example
White with #D5CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE70; }
p { color: rgb(213,206,112); }
H1.HeaderClassName
{
color: #D5CE70;
}
.AnyTagClassName
{
color: #D5CE70;
}
</style>
background-color css
<style>
a { background-color: #D5CE70; }
a { background-color: rgb(213,206,112); }
div.DivClassName
{
background-color: #D5CE70;
}
.BgClassName
{
background-color: #D5CE70;
}
</style>
border-color css
<style>
span { border-color: #D5CE70; }
span { border-color: rgb(213,206,112); }
td.TdClassName
{
border-color: #D5CE70;
}
.TagClassName
{
border-color: #D5CE70;
}
</style>