Shades of Goldenrod #D4CE63
Tints of Goldenrod #D4CE63
RGB
CMYK
RGB Variations
Color information
#D4CE63 (or 0xD4CE63) is known color: Goldenrod. HEX triplet: D4, CE and 63. RGB value is (212,206,99). Sum of RGB (Red+Green+Blue) = 212+206+99=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE63 is #2B319C. Grayscale: #C4C4C4. Windows color (decimal): -2830749 or 6541012. OLE color: 6541012.
HSL color Cylindrical-coordinate representation of color #D4CE63: hue angle of 56.81º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4CE63 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 99 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.17 |
| HSL | 56.81º | 0.57% | 0.61% | - |
| HSV(B) | 56.81º | 0.53% | 0.83% | - |
| XYZ | 51.47 | 59.04 | 20.49 | - |
| YUV | 195.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 99 | 0 | 0.03 | 0.53 | 0.17 | 56.81 | 0.57 | 0.61 |
| Hex | D4 | CE | 63 | 0 | 3 | 35 | 11 | 39 | 39 | 3D |
| Octal | 324 | 316 | 143 | 0 | 3 | 65 | 21 | 71 | 71 | 75 |
| Binary | 11010100 | 11001110 | 1100011 | 0 | 11 | 110101 | 10001 | 111001 | 111001 | 111101 |
Color Harmonies of #D4CE63
Complementary color
Monochromatic Colors of #D4CE63
Black with #D4CE63
Text Example
Text Example
White with #D4CE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE63; }
p { color: rgb(212,206,99); }
H1.HeaderClassName
{
color: #D4CE63;
}
.AnyTagClassName
{
color: #D4CE63;
}
</style>
background-color css
<style>
a { background-color: #D4CE63; }
a { background-color: rgb(212,206,99); }
div.DivClassName
{
background-color: #D4CE63;
}
.BgClassName
{
background-color: #D4CE63;
}
</style>
border-color css
<style>
span { border-color: #D4CE63; }
span { border-color: rgb(212,206,99); }
td.TdClassName
{
border-color: #D4CE63;
}
.TagClassName
{
border-color: #D4CE63;
}
</style>