Shades of Goldenrod #D0DA68
Tints of Goldenrod #D0DA68
RGB
CMYK
RGB Variations
Color information
#D0DA68 (or 0xD0DA68) is known color: Goldenrod. HEX triplet: D0, DA and 68. RGB value is (208,218,104). Sum of RGB (Red+Green+Blue) = 208+218+104=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA68 is #2F2597. Grayscale: #CACACA. Windows color (decimal): -3089816 or 6871760. OLE color: 6871760.
HSL color Cylindrical-coordinate representation of color #D0DA68: hue angle of 65.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0DA68 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 104 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.15 |
| HSL | 65.26º | 0.61% | 0.63% | - |
| HSV(B) | 65.26º | 0.52% | 0.85% | - |
| XYZ | 53.58 | 64.55 | 22.73 | - |
| YUV | 202.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 104 | 0.05 | 0 | 0.52 | 0.15 | 65.26 | 0.61 | 0.63 |
| Hex | D0 | DA | 68 | 5 | 0 | 34 | F | 41 | 3D | 3F |
| Octal | 320 | 332 | 150 | 5 | 0 | 64 | 17 | 101 | 75 | 77 |
| Binary | 11010000 | 11011010 | 1101000 | 101 | 0 | 110100 | 1111 | 1000001 | 111101 | 111111 |
Color Harmonies of #D0DA68
Complementary color
Monochromatic Colors of #D0DA68
Black with #D0DA68
Text Example
Text Example
White with #D0DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA68; }
p { color: rgb(208,218,104); }
H1.HeaderClassName
{
color: #D0DA68;
}
.AnyTagClassName
{
color: #D0DA68;
}
</style>
background-color css
<style>
a { background-color: #D0DA68; }
a { background-color: rgb(208,218,104); }
div.DivClassName
{
background-color: #D0DA68;
}
.BgClassName
{
background-color: #D0DA68;
}
</style>
border-color css
<style>
span { border-color: #D0DA68; }
span { border-color: rgb(208,218,104); }
td.TdClassName
{
border-color: #D0DA68;
}
.TagClassName
{
border-color: #D0DA68;
}
</style>