Shades of Goldenrod #D7D67B
Tints of Goldenrod #D7D67B
RGB
CMYK
RGB Variations
Color information
#D7D67B (or 0xD7D67B) is known color: Goldenrod. HEX triplet: D7, D6 and 7B. RGB value is (215,214,123). Sum of RGB (Red+Green+Blue) = 215+214+123=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D67B is #282984. Grayscale: #CCCCCC. Windows color (decimal): -2632069 or 8115927. OLE color: 8115927.
HSL color Cylindrical-coordinate representation of color #D7D67B: hue angle of 59.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7D67B is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 123 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.16 |
| HSL | 59.35º | 0.53% | 0.66% | - |
| HSV(B) | 59.35º | 0.43% | 0.84% | - |
| XYZ | 55.65 | 63.97 | 28.15 | - |
| YUV | 203.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 123 | 0 | 0.00 | 0.43 | 0.16 | 59.35 | 0.53 | 0.66 |
| Hex | D7 | D6 | 7B | 0 | 0 | 2B | 10 | 3B | 35 | 42 |
| Octal | 327 | 326 | 173 | 0 | 0 | 53 | 20 | 73 | 65 | 102 |
| Binary | 11010111 | 11010110 | 1111011 | 0 | 0 | 101011 | 10000 | 111011 | 110101 | 1000010 |
Color Harmonies of #D7D67B
Complementary color
Monochromatic Colors of #D7D67B
Black with #D7D67B
Text Example
Text Example
White with #D7D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D67B; }
p { color: rgb(215,214,123); }
H1.HeaderClassName
{
color: #D7D67B;
}
.AnyTagClassName
{
color: #D7D67B;
}
</style>
background-color css
<style>
a { background-color: #D7D67B; }
a { background-color: rgb(215,214,123); }
div.DivClassName
{
background-color: #D7D67B;
}
.BgClassName
{
background-color: #D7D67B;
}
</style>
border-color css
<style>
span { border-color: #D7D67B; }
span { border-color: rgb(215,214,123); }
td.TdClassName
{
border-color: #D7D67B;
}
.TagClassName
{
border-color: #D7D67B;
}
</style>