Shades of Goldenrod #D5CE68
Tints of Goldenrod #D5CE68
RGB
CMYK
RGB Variations
Color information
#D5CE68 (or 0xD5CE68) is known color: Goldenrod. HEX triplet: D5, CE and 68. RGB value is (213,206,104). Sum of RGB (Red+Green+Blue) = 213+206+104=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE68 is #2A3197. Grayscale: #C4C4C4. Windows color (decimal): -2765208 or 6868693. OLE color: 6868693.
HSL color Cylindrical-coordinate representation of color #D5CE68: hue angle of 56.15º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5CE68 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 104 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.16 |
| HSL | 56.15º | 0.56% | 0.62% | - |
| HSV(B) | 56.15º | 0.51% | 0.84% | - |
| XYZ | 52.01 | 59.29 | 21.8 | - |
| YUV | 196.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 104 | 0 | 0.03 | 0.51 | 0.16 | 56.15 | 0.56 | 0.62 |
| Hex | D5 | CE | 68 | 0 | 3 | 33 | 10 | 38 | 38 | 3E |
| Octal | 325 | 316 | 150 | 0 | 3 | 63 | 20 | 70 | 70 | 76 |
| Binary | 11010101 | 11001110 | 1101000 | 0 | 11 | 110011 | 10000 | 111000 | 111000 | 111110 |
Color Harmonies of #D5CE68
Complementary color
Monochromatic Colors of #D5CE68
Black with #D5CE68
Text Example
Text Example
White with #D5CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE68; }
p { color: rgb(213,206,104); }
H1.HeaderClassName
{
color: #D5CE68;
}
.AnyTagClassName
{
color: #D5CE68;
}
</style>
background-color css
<style>
a { background-color: #D5CE68; }
a { background-color: rgb(213,206,104); }
div.DivClassName
{
background-color: #D5CE68;
}
.BgClassName
{
background-color: #D5CE68;
}
</style>
border-color css
<style>
span { border-color: #D5CE68; }
span { border-color: rgb(213,206,104); }
td.TdClassName
{
border-color: #D5CE68;
}
.TagClassName
{
border-color: #D5CE68;
}
</style>