Shades of Goldenrod #D4CE68
Tints of Goldenrod #D4CE68
RGB
CMYK
RGB Variations
Color information
#D4CE68 (or 0xD4CE68) is known color: Goldenrod. HEX triplet: D4, CE and 68. RGB value is (212,206,104). Sum of RGB (Red+Green+Blue) = 212+206+104=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE68 is #2B3197. Grayscale: #C4C4C4. Windows color (decimal): -2830744 or 6868692. OLE color: 6868692.
HSL color Cylindrical-coordinate representation of color #D4CE68: hue angle of 56.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4CE68 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 104 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.17 |
| HSL | 56.67º | 0.56% | 0.62% | - |
| HSV(B) | 56.67º | 0.51% | 0.83% | - |
| XYZ | 51.72 | 59.14 | 21.79 | - |
| YUV | 196.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 104 | 0 | 0.03 | 0.51 | 0.17 | 56.67 | 0.56 | 0.62 |
| Hex | D4 | CE | 68 | 0 | 3 | 33 | 11 | 39 | 38 | 3E |
| Octal | 324 | 316 | 150 | 0 | 3 | 63 | 21 | 71 | 70 | 76 |
| Binary | 11010100 | 11001110 | 1101000 | 0 | 11 | 110011 | 10001 | 111001 | 111000 | 111110 |
Color Harmonies of #D4CE68
Complementary color
Monochromatic Colors of #D4CE68
Black with #D4CE68
Text Example
Text Example
White with #D4CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE68; }
p { color: rgb(212,206,104); }
H1.HeaderClassName
{
color: #D4CE68;
}
.AnyTagClassName
{
color: #D4CE68;
}
</style>
background-color css
<style>
a { background-color: #D4CE68; }
a { background-color: rgb(212,206,104); }
div.DivClassName
{
background-color: #D4CE68;
}
.BgClassName
{
background-color: #D4CE68;
}
</style>
border-color css
<style>
span { border-color: #D4CE68; }
span { border-color: rgb(212,206,104); }
td.TdClassName
{
border-color: #D4CE68;
}
.TagClassName
{
border-color: #D4CE68;
}
</style>