Shades of Goldenrod #DADD68
Tints of Goldenrod #DADD68
RGB
CMYK
RGB Variations
Color information
#DADD68 (or 0xDADD68) is known color: Goldenrod. HEX triplet: DA, DD and 68. RGB value is (218,221,104). Sum of RGB (Red+Green+Blue) = 218+221+104=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD68 is #252297. Grayscale: #CFCFCF. Windows color (decimal): -2433688 or 6872538. OLE color: 6872538.
HSL color Cylindrical-coordinate representation of color #DADD68: hue angle of 61.54º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DADD68 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 104 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.13 |
| HSL | 61.54º | 0.63% | 0.64% | - |
| HSV(B) | 61.54º | 0.53% | 0.87% | - |
| XYZ | 57.27 | 67.62 | 23.13 | - |
| YUV | 206.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 104 | 0.01 | 0 | 0.53 | 0.13 | 61.54 | 0.63 | 0.64 |
| Hex | DA | DD | 68 | 1 | 0 | 35 | D | 3E | 3F | 40 |
| Octal | 332 | 335 | 150 | 1 | 0 | 65 | 15 | 76 | 77 | 100 |
| Binary | 11011010 | 11011101 | 1101000 | 1 | 0 | 110101 | 1101 | 111110 | 111111 | 1000000 |
Color Harmonies of #DADD68
Complementary color
Monochromatic Colors of #DADD68
Black with #DADD68
Text Example
Text Example
White with #DADD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD68; }
p { color: rgb(218,221,104); }
H1.HeaderClassName
{
color: #DADD68;
}
.AnyTagClassName
{
color: #DADD68;
}
</style>
background-color css
<style>
a { background-color: #DADD68; }
a { background-color: rgb(218,221,104); }
div.DivClassName
{
background-color: #DADD68;
}
.BgClassName
{
background-color: #DADD68;
}
</style>
border-color css
<style>
span { border-color: #DADD68; }
span { border-color: rgb(218,221,104); }
td.TdClassName
{
border-color: #DADD68;
}
.TagClassName
{
border-color: #DADD68;
}
</style>