Shades of Goldenrod #D5D67A
Tints of Goldenrod #D5D67A
RGB
CMYK
RGB Variations
Color information
#D5D67A (or 0xD5D67A) is known color: Goldenrod. HEX triplet: D5, D6 and 7A. RGB value is (213,214,122). Sum of RGB (Red+Green+Blue) = 213+214+122=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D67A is #2A2985. Grayscale: #CBCBCB. Windows color (decimal): -2763142 or 8050389. OLE color: 8050389.
HSL color Cylindrical-coordinate representation of color #D5D67A: hue angle of 60.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5D67A is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 122 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.16 |
| HSL | 60.65º | 0.53% | 0.66% | - |
| HSV(B) | 60.65º | 0.43% | 0.84% | - |
| XYZ | 55 | 63.64 | 27.8 | - |
| YUV | 203.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 122 | 0.00 | 0 | 0.43 | 0.16 | 60.65 | 0.53 | 0.66 |
| Hex | D5 | D6 | 7A | 0 | 0 | 2B | 10 | 3D | 35 | 42 |
| Octal | 325 | 326 | 172 | 0 | 0 | 53 | 20 | 75 | 65 | 102 |
| Binary | 11010101 | 11010110 | 1111010 | 0 | 0 | 101011 | 10000 | 111101 | 110101 | 1000010 |
Color Harmonies of #D5D67A
Complementary color
Monochromatic Colors of #D5D67A
Black with #D5D67A
Text Example
Text Example
White with #D5D67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D67A; }
p { color: rgb(213,214,122); }
H1.HeaderClassName
{
color: #D5D67A;
}
.AnyTagClassName
{
color: #D5D67A;
}
</style>
background-color css
<style>
a { background-color: #D5D67A; }
a { background-color: rgb(213,214,122); }
div.DivClassName
{
background-color: #D5D67A;
}
.BgClassName
{
background-color: #D5D67A;
}
</style>
border-color css
<style>
span { border-color: #D5D67A; }
span { border-color: rgb(213,214,122); }
td.TdClassName
{
border-color: #D5D67A;
}
.TagClassName
{
border-color: #D5D67A;
}
</style>