Shades of Goldenrod #D5CE74
Tints of Goldenrod #D5CE74
RGB
CMYK
RGB Variations
Color information
#D5CE74 (or 0xD5CE74) is known color: Goldenrod. HEX triplet: D5, CE and 74. RGB value is (213,206,116). Sum of RGB (Red+Green+Blue) = 213+206+116=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE74 is #2A318B. Grayscale: #C6C6C6. Windows color (decimal): -2765196 or 7655125. OLE color: 7655125.
HSL color Cylindrical-coordinate representation of color #D5CE74: hue angle of 55.67º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5CE74 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 116 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.16 |
| HSL | 55.67º | 0.54% | 0.65% | - |
| HSV(B) | 55.67º | 0.46% | 0.84% | - |
| XYZ | 52.66 | 59.55 | 25.24 | - |
| YUV | 197.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 116 | 0 | 0.03 | 0.46 | 0.16 | 55.67 | 0.54 | 0.65 |
| Hex | D5 | CE | 74 | 0 | 3 | 2E | 10 | 38 | 36 | 41 |
| Octal | 325 | 316 | 164 | 0 | 3 | 56 | 20 | 70 | 66 | 101 |
| Binary | 11010101 | 11001110 | 1110100 | 0 | 11 | 101110 | 10000 | 111000 | 110110 | 1000001 |
Color Harmonies of #D5CE74
Complementary color
Monochromatic Colors of #D5CE74
Black with #D5CE74
Text Example
Text Example
White with #D5CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE74; }
p { color: rgb(213,206,116); }
H1.HeaderClassName
{
color: #D5CE74;
}
.AnyTagClassName
{
color: #D5CE74;
}
</style>
background-color css
<style>
a { background-color: #D5CE74; }
a { background-color: rgb(213,206,116); }
div.DivClassName
{
background-color: #D5CE74;
}
.BgClassName
{
background-color: #D5CE74;
}
</style>
border-color css
<style>
span { border-color: #D5CE74; }
span { border-color: rgb(213,206,116); }
td.TdClassName
{
border-color: #D5CE74;
}
.TagClassName
{
border-color: #D5CE74;
}
</style>