Shades of Goldenrod #D6D074
Tints of Goldenrod #D6D074
RGB
CMYK
RGB Variations
Color information
#D6D074 (or 0xD6D074) is known color: Goldenrod. HEX triplet: D6, D0 and 74. RGB value is (214,208,116). Sum of RGB (Red+Green+Blue) = 214+208+116=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D074 is #292F8B. Grayscale: #C7C7C7. Windows color (decimal): -2699148 or 7655638. OLE color: 7655638.
HSL color Cylindrical-coordinate representation of color #D6D074: hue angle of 56.33º degrees, saturation: 0.54, 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 #D6D074 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 116 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.16 |
| HSL | 56.33º | 0.54% | 0.65% | - |
| HSV(B) | 56.33º | 0.46% | 0.84% | - |
| XYZ | 53.44 | 60.67 | 25.42 | - |
| YUV | 199.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 116 | 0 | 0.03 | 0.46 | 0.16 | 56.33 | 0.54 | 0.65 |
| Hex | D6 | D0 | 74 | 0 | 3 | 2E | 10 | 38 | 36 | 41 |
| Octal | 326 | 320 | 164 | 0 | 3 | 56 | 20 | 70 | 66 | 101 |
| Binary | 11010110 | 11010000 | 1110100 | 0 | 11 | 101110 | 10000 | 111000 | 110110 | 1000001 |
Color Harmonies of #D6D074
Complementary color
Monochromatic Colors of #D6D074
Black with #D6D074
Text Example
Text Example
White with #D6D074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D074; }
p { color: rgb(214,208,116); }
H1.HeaderClassName
{
color: #D6D074;
}
.AnyTagClassName
{
color: #D6D074;
}
</style>
background-color css
<style>
a { background-color: #D6D074; }
a { background-color: rgb(214,208,116); }
div.DivClassName
{
background-color: #D6D074;
}
.BgClassName
{
background-color: #D6D074;
}
</style>
border-color css
<style>
span { border-color: #D6D074; }
span { border-color: rgb(214,208,116); }
td.TdClassName
{
border-color: #D6D074;
}
.TagClassName
{
border-color: #D6D074;
}
</style>