Shades of Goldenrod #DAD164
Tints of Goldenrod #DAD164
RGB
CMYK
RGB Variations
Color information
#DAD164 (or 0xDAD164) is known color: Goldenrod. HEX triplet: DA, D1 and 64. RGB value is (218,209,100). Sum of RGB (Red+Green+Blue) = 218+209+100=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD164 is #252E9B. Grayscale: #C7C7C7. Windows color (decimal): -2436764 or 6607322. OLE color: 6607322.
HSL color Cylindrical-coordinate representation of color #DAD164: hue angle of 55.42º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAD164 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 100 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.15 |
| HSL | 55.42º | 0.61% | 0.62% | - |
| HSV(B) | 55.42º | 0.54% | 0.85% | - |
| XYZ | 54.01 | 61.43 | 21.07 | - |
| YUV | 199.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 100 | 0 | 0.04 | 0.54 | 0.15 | 55.42 | 0.61 | 0.62 |
| Hex | DA | D1 | 64 | 0 | 4 | 36 | F | 37 | 3D | 3E |
| Octal | 332 | 321 | 144 | 0 | 4 | 66 | 17 | 67 | 75 | 76 |
| Binary | 11011010 | 11010001 | 1100100 | 0 | 100 | 110110 | 1111 | 110111 | 111101 | 111110 |
Color Harmonies of #DAD164
Complementary color
Monochromatic Colors of #DAD164
Black with #DAD164
Text Example
Text Example
White with #DAD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD164; }
p { color: rgb(218,209,100); }
H1.HeaderClassName
{
color: #DAD164;
}
.AnyTagClassName
{
color: #DAD164;
}
</style>
background-color css
<style>
a { background-color: #DAD164; }
a { background-color: rgb(218,209,100); }
div.DivClassName
{
background-color: #DAD164;
}
.BgClassName
{
background-color: #DAD164;
}
</style>
border-color css
<style>
span { border-color: #DAD164; }
span { border-color: rgb(218,209,100); }
td.TdClassName
{
border-color: #DAD164;
}
.TagClassName
{
border-color: #DAD164;
}
</style>