Shades of Goldenrod #DAD168
Tints of Goldenrod #DAD168
RGB
CMYK
RGB Variations
Color information
#DAD168 (or 0xDAD168) is known color: Goldenrod. HEX triplet: DA, D1 and 68. RGB value is (218,209,104). Sum of RGB (Red+Green+Blue) = 218+209+104=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD168 is #252E97. Grayscale: #C8C8C8. Windows color (decimal): -2436760 or 6869466. OLE color: 6869466.
HSL color Cylindrical-coordinate representation of color #DAD168: hue angle of 55.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 #DAD168 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 104 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.15 |
| HSL | 55.26º | 0.61% | 0.63% | - |
| HSV(B) | 55.26º | 0.52% | 0.85% | - |
| XYZ | 54.21 | 61.51 | 22.11 | - |
| YUV | 199.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 104 | 0 | 0.04 | 0.52 | 0.15 | 55.26 | 0.61 | 0.63 |
| Hex | DA | D1 | 68 | 0 | 4 | 34 | F | 37 | 3D | 3F |
| Octal | 332 | 321 | 150 | 0 | 4 | 64 | 17 | 67 | 75 | 77 |
| Binary | 11011010 | 11010001 | 1101000 | 0 | 100 | 110100 | 1111 | 110111 | 111101 | 111111 |
Color Harmonies of #DAD168
Complementary color
Monochromatic Colors of #DAD168
Black with #DAD168
Text Example
Text Example
White with #DAD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD168; }
p { color: rgb(218,209,104); }
H1.HeaderClassName
{
color: #DAD168;
}
.AnyTagClassName
{
color: #DAD168;
}
</style>
background-color css
<style>
a { background-color: #DAD168; }
a { background-color: rgb(218,209,104); }
div.DivClassName
{
background-color: #DAD168;
}
.BgClassName
{
background-color: #DAD168;
}
</style>
border-color css
<style>
span { border-color: #DAD168; }
span { border-color: rgb(218,209,104); }
td.TdClassName
{
border-color: #DAD168;
}
.TagClassName
{
border-color: #DAD168;
}
</style>