Shades of Goldenrod #D5CD64
Tints of Goldenrod #D5CD64
RGB
CMYK
RGB Variations
Color information
#D5CD64 (or 0xD5CD64) is known color: Goldenrod. HEX triplet: D5, CD and 64. RGB value is (213,205,100). Sum of RGB (Red+Green+Blue) = 213+205+100=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD64 is #2A329B. Grayscale: #C3C3C3. Windows color (decimal): -2765468 or 6606293. OLE color: 6606293.
HSL color Cylindrical-coordinate representation of color #D5CD64: hue angle of 55.75º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5CD64 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 100 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.16 |
| HSL | 55.75º | 0.57% | 0.61% | - |
| HSV(B) | 55.75º | 0.53% | 0.84% | - |
| XYZ | 51.57 | 58.73 | 20.67 | - |
| YUV | 195.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 100 | 0 | 0.04 | 0.53 | 0.16 | 55.75 | 0.57 | 0.61 |
| Hex | D5 | CD | 64 | 0 | 4 | 35 | 10 | 38 | 39 | 3D |
| Octal | 325 | 315 | 144 | 0 | 4 | 65 | 20 | 70 | 71 | 75 |
| Binary | 11010101 | 11001101 | 1100100 | 0 | 100 | 110101 | 10000 | 111000 | 111001 | 111101 |
Color Harmonies of #D5CD64
Complementary color
Monochromatic Colors of #D5CD64
Black with #D5CD64
Text Example
Text Example
White with #D5CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CD64; }
p { color: rgb(213,205,100); }
H1.HeaderClassName
{
color: #D5CD64;
}
.AnyTagClassName
{
color: #D5CD64;
}
</style>
background-color css
<style>
a { background-color: #D5CD64; }
a { background-color: rgb(213,205,100); }
div.DivClassName
{
background-color: #D5CD64;
}
.BgClassName
{
background-color: #D5CD64;
}
</style>
border-color css
<style>
span { border-color: #D5CD64; }
span { border-color: rgb(213,205,100); }
td.TdClassName
{
border-color: #D5CD64;
}
.TagClassName
{
border-color: #D5CD64;
}
</style>