Shades of Goldenrod #D5D367
Tints of Goldenrod #D5D367
RGB
CMYK
RGB Variations
Color information
#D5D367 (or 0xD5D367) is known color: Goldenrod. HEX triplet: D5, D3 and 67. RGB value is (213,211,103). Sum of RGB (Red+Green+Blue) = 213+211+103=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D367 is #2A2C98. Grayscale: #C7C7C7. Windows color (decimal): -2763929 or 6804437. OLE color: 6804437.
HSL color Cylindrical-coordinate representation of color #D5D367: hue angle of 58.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5D367 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 103 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.16 |
| HSL | 58.91º | 0.57% | 0.62% | - |
| HSV(B) | 58.91º | 0.52% | 0.84% | - |
| XYZ | 53.18 | 61.71 | 21.94 | - |
| YUV | 199.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 103 | 0 | 0.01 | 0.52 | 0.16 | 58.91 | 0.57 | 0.62 |
| Hex | D5 | D3 | 67 | 0 | 1 | 34 | 10 | 3B | 39 | 3E |
| Octal | 325 | 323 | 147 | 0 | 1 | 64 | 20 | 73 | 71 | 76 |
| Binary | 11010101 | 11010011 | 1100111 | 0 | 1 | 110100 | 10000 | 111011 | 111001 | 111110 |
Color Harmonies of #D5D367
Complementary color
Monochromatic Colors of #D5D367
Black with #D5D367
Text Example
Text Example
White with #D5D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D367; }
p { color: rgb(213,211,103); }
H1.HeaderClassName
{
color: #D5D367;
}
.AnyTagClassName
{
color: #D5D367;
}
</style>
background-color css
<style>
a { background-color: #D5D367; }
a { background-color: rgb(213,211,103); }
div.DivClassName
{
background-color: #D5D367;
}
.BgClassName
{
background-color: #D5D367;
}
</style>
border-color css
<style>
span { border-color: #D5D367; }
span { border-color: rgb(213,211,103); }
td.TdClassName
{
border-color: #D5D367;
}
.TagClassName
{
border-color: #D5D367;
}
</style>