Shades of Goldenrod #D4CE70
Tints of Goldenrod #D4CE70
RGB
CMYK
RGB Variations
Color information
#D4CE70 (or 0xD4CE70) is known color: Goldenrod. HEX triplet: D4, CE and 70. RGB value is (212,206,112). Sum of RGB (Red+Green+Blue) = 212+206+112=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE70 is #2B318F. Grayscale: #C5C5C5. Windows color (decimal): -2830736 or 7392980. OLE color: 7392980.
HSL color Cylindrical-coordinate representation of color #D4CE70: hue angle of 56.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4CE70 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 112 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.17 |
| HSL | 56.4º | 0.54% | 0.64% | - |
| HSV(B) | 56.4º | 0.47% | 0.83% | - |
| XYZ | 52.15 | 59.31 | 24.03 | - |
| YUV | 197.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 112 | 0 | 0.03 | 0.47 | 0.17 | 56.4 | 0.54 | 0.64 |
| Hex | D4 | CE | 70 | 0 | 3 | 2F | 11 | 38 | 36 | 40 |
| Octal | 324 | 316 | 160 | 0 | 3 | 57 | 21 | 70 | 66 | 100 |
| Binary | 11010100 | 11001110 | 1110000 | 0 | 11 | 101111 | 10001 | 111000 | 110110 | 1000000 |
Color Harmonies of #D4CE70
Complementary color
Monochromatic Colors of #D4CE70
Black with #D4CE70
Text Example
Text Example
White with #D4CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE70; }
p { color: rgb(212,206,112); }
H1.HeaderClassName
{
color: #D4CE70;
}
.AnyTagClassName
{
color: #D4CE70;
}
</style>
background-color css
<style>
a { background-color: #D4CE70; }
a { background-color: rgb(212,206,112); }
div.DivClassName
{
background-color: #D4CE70;
}
.BgClassName
{
background-color: #D4CE70;
}
</style>
border-color css
<style>
span { border-color: #D4CE70; }
span { border-color: rgb(212,206,112); }
td.TdClassName
{
border-color: #D4CE70;
}
.TagClassName
{
border-color: #D4CE70;
}
</style>