Shades of Goldenrod #D5D667
Tints of Goldenrod #D5D667
RGB
CMYK
RGB Variations
Color information
#D5D667 (or 0xD5D667) is known color: Goldenrod. HEX triplet: D5, D6 and 67. RGB value is (213,214,103). Sum of RGB (Red+Green+Blue) = 213+214+103=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D667 is #2A2998. Grayscale: #C9C9C9. Windows color (decimal): -2763161 or 6805205. OLE color: 6805205.
HSL color Cylindrical-coordinate representation of color #D5D667: hue angle of 60.54º degrees, saturation: 0.58, 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 #D5D667 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 103 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.16 |
| HSL | 60.54º | 0.58% | 0.62% | - |
| HSV(B) | 60.54º | 0.52% | 0.84% | - |
| XYZ | 53.94 | 63.22 | 22.19 | - |
| YUV | 201.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 103 | 0.00 | 0 | 0.52 | 0.16 | 60.54 | 0.58 | 0.62 |
| Hex | D5 | D6 | 67 | 0 | 0 | 34 | 10 | 3D | 3A | 3E |
| Octal | 325 | 326 | 147 | 0 | 0 | 64 | 20 | 75 | 72 | 76 |
| Binary | 11010101 | 11010110 | 1100111 | 0 | 0 | 110100 | 10000 | 111101 | 111010 | 111110 |
Color Harmonies of #D5D667
Complementary color
Monochromatic Colors of #D5D667
Black with #D5D667
Text Example
Text Example
White with #D5D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D667; }
p { color: rgb(213,214,103); }
H1.HeaderClassName
{
color: #D5D667;
}
.AnyTagClassName
{
color: #D5D667;
}
</style>
background-color css
<style>
a { background-color: #D5D667; }
a { background-color: rgb(213,214,103); }
div.DivClassName
{
background-color: #D5D667;
}
.BgClassName
{
background-color: #D5D667;
}
</style>
border-color css
<style>
span { border-color: #D5D667; }
span { border-color: rgb(213,214,103); }
td.TdClassName
{
border-color: #D5D667;
}
.TagClassName
{
border-color: #D5D667;
}
</style>