Shades of Goldenrod #D6D467
Tints of Goldenrod #D6D467
RGB
CMYK
RGB Variations
Color information
#D6D467 (or 0xD6D467) is known color: Goldenrod. HEX triplet: D6, D4 and 67. RGB value is (214,212,103). Sum of RGB (Red+Green+Blue) = 214+212+103=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D467 is #292B98. Grayscale: #C8C8C8. Windows color (decimal): -2698137 or 6804694. OLE color: 6804694.
HSL color Cylindrical-coordinate representation of color #D6D467: hue angle of 58.92º 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 #D6D467 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 103 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.16 |
| HSL | 58.92º | 0.58% | 0.62% | - |
| HSV(B) | 58.92º | 0.52% | 0.84% | - |
| XYZ | 53.72 | 62.36 | 22.04 | - |
| YUV | 200.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 103 | 0 | 0.01 | 0.52 | 0.16 | 58.92 | 0.58 | 0.62 |
| Hex | D6 | D4 | 67 | 0 | 1 | 34 | 10 | 3B | 3A | 3E |
| Octal | 326 | 324 | 147 | 0 | 1 | 64 | 20 | 73 | 72 | 76 |
| Binary | 11010110 | 11010100 | 1100111 | 0 | 1 | 110100 | 10000 | 111011 | 111010 | 111110 |
Color Harmonies of #D6D467
Complementary color
Monochromatic Colors of #D6D467
Black with #D6D467
Text Example
Text Example
White with #D6D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D467; }
p { color: rgb(214,212,103); }
H1.HeaderClassName
{
color: #D6D467;
}
.AnyTagClassName
{
color: #D6D467;
}
</style>
background-color css
<style>
a { background-color: #D6D467; }
a { background-color: rgb(214,212,103); }
div.DivClassName
{
background-color: #D6D467;
}
.BgClassName
{
background-color: #D6D467;
}
</style>
border-color css
<style>
span { border-color: #D6D467; }
span { border-color: rgb(214,212,103); }
td.TdClassName
{
border-color: #D6D467;
}
.TagClassName
{
border-color: #D6D467;
}
</style>