Shades of Goldenrod #D0DA60
Tints of Goldenrod #D0DA60
RGB
CMYK
RGB Variations
Color information
#D0DA60 (or 0xD0DA60) is known color: Goldenrod. HEX triplet: D0, DA and 60. RGB value is (208,218,96). Sum of RGB (Red+Green+Blue) = 208+218+96=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA60 is #2F259F. Grayscale: #C9C9C9. Windows color (decimal): -3089824 or 6347472. OLE color: 6347472.
HSL color Cylindrical-coordinate representation of color #D0DA60: hue angle of 64.92º 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 #D0DA60 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 96 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.15 |
| HSL | 64.92º | 0.62% | 0.62% | - |
| HSV(B) | 64.92º | 0.56% | 0.85% | - |
| XYZ | 53.2 | 64.4 | 20.69 | - |
| YUV | 201.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 96 | 0.05 | 0 | 0.56 | 0.15 | 64.92 | 0.62 | 0.62 |
| Hex | D0 | DA | 60 | 5 | 0 | 38 | F | 41 | 3E | 3E |
| Octal | 320 | 332 | 140 | 5 | 0 | 70 | 17 | 101 | 76 | 76 |
| Binary | 11010000 | 11011010 | 1100000 | 101 | 0 | 111000 | 1111 | 1000001 | 111110 | 111110 |
Color Harmonies of #D0DA60
Complementary color
Monochromatic Colors of #D0DA60
Black with #D0DA60
Text Example
Text Example
White with #D0DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA60; }
p { color: rgb(208,218,96); }
H1.HeaderClassName
{
color: #D0DA60;
}
.AnyTagClassName
{
color: #D0DA60;
}
</style>
background-color css
<style>
a { background-color: #D0DA60; }
a { background-color: rgb(208,218,96); }
div.DivClassName
{
background-color: #D0DA60;
}
.BgClassName
{
background-color: #D0DA60;
}
</style>
border-color css
<style>
span { border-color: #D0DA60; }
span { border-color: rgb(208,218,96); }
td.TdClassName
{
border-color: #D0DA60;
}
.TagClassName
{
border-color: #D0DA60;
}
</style>