Shades of Goldenrod #D6D073
Tints of Goldenrod #D6D073
RGB
CMYK
RGB Variations
Color information
#D6D073 (or 0xD6D073) is known color: Goldenrod. HEX triplet: D6, D0 and 73. RGB value is (214,208,115). Sum of RGB (Red+Green+Blue) = 214+208+115=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D073 is #292F8C. Grayscale: #C7C7C7. Windows color (decimal): -2699149 or 7590102. OLE color: 7590102.
HSL color Cylindrical-coordinate representation of color #D6D073: hue angle of 56.36º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6D073 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 115 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.16 |
| HSL | 56.36º | 0.55% | 0.65% | - |
| HSV(B) | 56.36º | 0.46% | 0.84% | - |
| XYZ | 53.38 | 60.65 | 25.11 | - |
| YUV | 199.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 115 | 0 | 0.03 | 0.46 | 0.16 | 56.36 | 0.55 | 0.65 |
| Hex | D6 | D0 | 73 | 0 | 3 | 2E | 10 | 38 | 37 | 41 |
| Octal | 326 | 320 | 163 | 0 | 3 | 56 | 20 | 70 | 67 | 101 |
| Binary | 11010110 | 11010000 | 1110011 | 0 | 11 | 101110 | 10000 | 111000 | 110111 | 1000001 |
Color Harmonies of #D6D073
Complementary color
Monochromatic Colors of #D6D073
Black with #D6D073
Text Example
Text Example
White with #D6D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D073; }
p { color: rgb(214,208,115); }
H1.HeaderClassName
{
color: #D6D073;
}
.AnyTagClassName
{
color: #D6D073;
}
</style>
background-color css
<style>
a { background-color: #D6D073; }
a { background-color: rgb(214,208,115); }
div.DivClassName
{
background-color: #D6D073;
}
.BgClassName
{
background-color: #D6D073;
}
</style>
border-color css
<style>
span { border-color: #D6D073; }
span { border-color: rgb(214,208,115); }
td.TdClassName
{
border-color: #D6D073;
}
.TagClassName
{
border-color: #D6D073;
}
</style>