Shades of Goldenrod #DAD665
Tints of Goldenrod #DAD665
RGB
CMYK
RGB Variations
Color information
#DAD665 (or 0xDAD665) is known color: Goldenrod. HEX triplet: DA, D6 and 65. RGB value is (218,214,101). Sum of RGB (Red+Green+Blue) = 218+214+101=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD665 is #25299A. Grayscale: #CACACA. Windows color (decimal): -2435483 or 6674138. OLE color: 6674138.
HSL color Cylindrical-coordinate representation of color #DAD665: hue angle of 57.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAD665 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 101 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.15 |
| HSL | 57.95º | 0.61% | 0.63% | - |
| HSV(B) | 57.95º | 0.54% | 0.85% | - |
| XYZ | 55.31 | 63.94 | 21.74 | - |
| YUV | 202.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 101 | 0 | 0.02 | 0.54 | 0.15 | 57.95 | 0.61 | 0.63 |
| Hex | DA | D6 | 65 | 0 | 2 | 36 | F | 3A | 3D | 3F |
| Octal | 332 | 326 | 145 | 0 | 2 | 66 | 17 | 72 | 75 | 77 |
| Binary | 11011010 | 11010110 | 1100101 | 0 | 10 | 110110 | 1111 | 111010 | 111101 | 111111 |
Color Harmonies of #DAD665
Complementary color
Monochromatic Colors of #DAD665
Black with #DAD665
Text Example
Text Example
White with #DAD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD665; }
p { color: rgb(218,214,101); }
H1.HeaderClassName
{
color: #DAD665;
}
.AnyTagClassName
{
color: #DAD665;
}
</style>
background-color css
<style>
a { background-color: #DAD665; }
a { background-color: rgb(218,214,101); }
div.DivClassName
{
background-color: #DAD665;
}
.BgClassName
{
background-color: #DAD665;
}
</style>
border-color css
<style>
span { border-color: #DAD665; }
span { border-color: rgb(218,214,101); }
td.TdClassName
{
border-color: #DAD665;
}
.TagClassName
{
border-color: #DAD665;
}
</style>