Shades of Goldenrod #D4DA77
Tints of Goldenrod #D4DA77
RGB
CMYK
RGB Variations
Color information
#D4DA77 (or 0xD4DA77) is known color: Goldenrod. HEX triplet: D4, DA and 77. RGB value is (212,218,119). Sum of RGB (Red+Green+Blue) = 212+218+119=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DA77 is #2B2588. Grayscale: #CDCDCD. Windows color (decimal): -2827657 or 7854804. OLE color: 7854804.
HSL color Cylindrical-coordinate representation of color #D4DA77: hue angle of 63.64º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4DA77 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 119 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.15 |
| HSL | 63.64º | 0.57% | 0.66% | - |
| HSV(B) | 63.64º | 0.45% | 0.85% | - |
| XYZ | 55.55 | 65.47 | 27.16 | - |
| YUV | 204.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 119 | 0.03 | 0 | 0.45 | 0.15 | 63.64 | 0.57 | 0.66 |
| Hex | D4 | DA | 77 | 3 | 0 | 2D | F | 40 | 39 | 42 |
| Octal | 324 | 332 | 167 | 3 | 0 | 55 | 17 | 100 | 71 | 102 |
| Binary | 11010100 | 11011010 | 1110111 | 11 | 0 | 101101 | 1111 | 1000000 | 111001 | 1000010 |
Color Harmonies of #D4DA77
Complementary color
Monochromatic Colors of #D4DA77
Black with #D4DA77
Text Example
Text Example
White with #D4DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA77; }
p { color: rgb(212,218,119); }
H1.HeaderClassName
{
color: #D4DA77;
}
.AnyTagClassName
{
color: #D4DA77;
}
</style>
background-color css
<style>
a { background-color: #D4DA77; }
a { background-color: rgb(212,218,119); }
div.DivClassName
{
background-color: #D4DA77;
}
.BgClassName
{
background-color: #D4DA77;
}
</style>
border-color css
<style>
span { border-color: #D4DA77; }
span { border-color: rgb(212,218,119); }
td.TdClassName
{
border-color: #D4DA77;
}
.TagClassName
{
border-color: #D4DA77;
}
</style>