Shades of Goldenrod #D4DA60
Tints of Goldenrod #D4DA60
RGB
CMYK
RGB Variations
Color information
#D4DA60 (or 0xD4DA60) is known color: Goldenrod. HEX triplet: D4, DA and 60. RGB value is (212,218,96). Sum of RGB (Red+Green+Blue) = 212+218+96=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DA60 is #2B259F. Grayscale: #CACACA. Windows color (decimal): -2827680 or 6347476. OLE color: 6347476.
HSL color Cylindrical-coordinate representation of color #D4DA60: hue angle of 62.95º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4DA60 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 96 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.15 |
| HSL | 62.95º | 0.62% | 0.62% | - |
| HSV(B) | 62.95º | 0.56% | 0.85% | - |
| XYZ | 54.33 | 64.98 | 20.75 | - |
| YUV | 202.3 | 68.01 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 96 | 0.03 | 0 | 0.56 | 0.15 | 62.95 | 0.62 | 0.62 |
| Hex | D4 | DA | 60 | 3 | 0 | 38 | F | 3F | 3E | 3E |
| Octal | 324 | 332 | 140 | 3 | 0 | 70 | 17 | 77 | 76 | 76 |
| Binary | 11010100 | 11011010 | 1100000 | 11 | 0 | 111000 | 1111 | 111111 | 111110 | 111110 |
Color Harmonies of #D4DA60
Complementary color
Monochromatic Colors of #D4DA60
Black with #D4DA60
Text Example
Text Example
White with #D4DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA60; }
p { color: rgb(212,218,96); }
H1.HeaderClassName
{
color: #D4DA60;
}
.AnyTagClassName
{
color: #D4DA60;
}
</style>
background-color css
<style>
a { background-color: #D4DA60; }
a { background-color: rgb(212,218,96); }
div.DivClassName
{
background-color: #D4DA60;
}
.BgClassName
{
background-color: #D4DA60;
}
</style>
border-color css
<style>
span { border-color: #D4DA60; }
span { border-color: rgb(212,218,96); }
td.TdClassName
{
border-color: #D4DA60;
}
.TagClassName
{
border-color: #D4DA60;
}
</style>