Shades of Goldenrod #D7D064
Tints of Goldenrod #D7D064
RGB
CMYK
RGB Variations
Color information
#D7D064 (or 0xD7D064) is known color: Goldenrod. HEX triplet: D7, D0 and 64. RGB value is (215,208,100). Sum of RGB (Red+Green+Blue) = 215+208+100=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D064 is #282F9B. Grayscale: #C6C6C6. Windows color (decimal): -2633628 or 6607063. OLE color: 6607063.
HSL color Cylindrical-coordinate representation of color #D7D064: hue angle of 56.35º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7D064 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 100 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.16 |
| HSL | 56.35º | 0.59% | 0.62% | - |
| HSV(B) | 56.35º | 0.53% | 0.84% | - |
| XYZ | 52.88 | 60.48 | 20.94 | - |
| YUV | 197.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 100 | 0 | 0.03 | 0.53 | 0.16 | 56.35 | 0.59 | 0.62 |
| Hex | D7 | D0 | 64 | 0 | 3 | 35 | 10 | 38 | 3B | 3E |
| Octal | 327 | 320 | 144 | 0 | 3 | 65 | 20 | 70 | 73 | 76 |
| Binary | 11010111 | 11010000 | 1100100 | 0 | 11 | 110101 | 10000 | 111000 | 111011 | 111110 |
Color Harmonies of #D7D064
Complementary color
Monochromatic Colors of #D7D064
Black with #D7D064
Text Example
Text Example
White with #D7D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D064; }
p { color: rgb(215,208,100); }
H1.HeaderClassName
{
color: #D7D064;
}
.AnyTagClassName
{
color: #D7D064;
}
</style>
background-color css
<style>
a { background-color: #D7D064; }
a { background-color: rgb(215,208,100); }
div.DivClassName
{
background-color: #D7D064;
}
.BgClassName
{
background-color: #D7D064;
}
</style>
border-color css
<style>
span { border-color: #D7D064; }
span { border-color: rgb(215,208,100); }
td.TdClassName
{
border-color: #D7D064;
}
.TagClassName
{
border-color: #D7D064;
}
</style>