Shades of Goldenrod #DADD69
Tints of Goldenrod #DADD69
RGB
CMYK
RGB Variations
Color information
#DADD69 (or 0xDADD69) is known color: Goldenrod. HEX triplet: DA, DD and 69. RGB value is (218,221,105). Sum of RGB (Red+Green+Blue) = 218+221+105=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD69 is #252296. Grayscale: #CFCFCF. Windows color (decimal): -2433687 or 6938074. OLE color: 6938074.
HSL color Cylindrical-coordinate representation of color #DADD69: hue angle of 61.55º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DADD69 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 105 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.13 |
| HSL | 61.55º | 0.63% | 0.64% | - |
| HSV(B) | 61.55º | 0.52% | 0.87% | - |
| XYZ | 57.32 | 67.64 | 23.4 | - |
| YUV | 206.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 105 | 0.01 | 0 | 0.52 | 0.13 | 61.55 | 0.63 | 0.64 |
| Hex | DA | DD | 69 | 1 | 0 | 34 | D | 3E | 3F | 40 |
| Octal | 332 | 335 | 151 | 1 | 0 | 64 | 15 | 76 | 77 | 100 |
| Binary | 11011010 | 11011101 | 1101001 | 1 | 0 | 110100 | 1101 | 111110 | 111111 | 1000000 |
Color Harmonies of #DADD69
Complementary color
Monochromatic Colors of #DADD69
Black with #DADD69
Text Example
Text Example
White with #DADD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD69; }
p { color: rgb(218,221,105); }
H1.HeaderClassName
{
color: #DADD69;
}
.AnyTagClassName
{
color: #DADD69;
}
</style>
background-color css
<style>
a { background-color: #DADD69; }
a { background-color: rgb(218,221,105); }
div.DivClassName
{
background-color: #DADD69;
}
.BgClassName
{
background-color: #DADD69;
}
</style>
border-color css
<style>
span { border-color: #DADD69; }
span { border-color: rgb(218,221,105); }
td.TdClassName
{
border-color: #DADD69;
}
.TagClassName
{
border-color: #DADD69;
}
</style>