Shades of Primrose #DAD589
Tints of Primrose #DAD589
RGB
CMYK
RGB Variations
Color information
#DAD589 (or 0xDAD589) is known color: Primrose. HEX triplet: DA, D5 and 89. RGB value is (218,213,137). Sum of RGB (Red+Green+Blue) = 218+213+137=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD589 is #252A76. Grayscale: #CECECE. Windows color (decimal): -2435703 or 9033178. OLE color: 9033178.
HSL color Cylindrical-coordinate representation of color #DAD589: hue angle of 56.3º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAD589 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 137 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.15 |
| HSL | 56.3º | 0.52% | 0.7% | - |
| HSV(B) | 56.3º | 0.37% | 0.85% | - |
| XYZ | 57.22 | 64.3 | 33.06 | - |
| YUV | 205.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 137 | 0 | 0.02 | 0.37 | 0.15 | 56.3 | 0.52 | 0.7 |
| Hex | DA | D5 | 89 | 0 | 2 | 25 | F | 38 | 34 | 46 |
| Octal | 332 | 325 | 211 | 0 | 2 | 45 | 17 | 70 | 64 | 106 |
| Binary | 11011010 | 11010101 | 10001001 | 0 | 10 | 100101 | 1111 | 111000 | 110100 | 1000110 |
Color Harmonies of #DAD589
Complementary color
Monochromatic Colors of #DAD589
Black with #DAD589
Text Example
Text Example
White with #DAD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD589; }
p { color: rgb(218,213,137); }
H1.HeaderClassName
{
color: #DAD589;
}
.AnyTagClassName
{
color: #DAD589;
}
</style>
background-color css
<style>
a { background-color: #DAD589; }
a { background-color: rgb(218,213,137); }
div.DivClassName
{
background-color: #DAD589;
}
.BgClassName
{
background-color: #DAD589;
}
</style>
border-color css
<style>
span { border-color: #DAD589; }
span { border-color: rgb(218,213,137); }
td.TdClassName
{
border-color: #DAD589;
}
.TagClassName
{
border-color: #DAD589;
}
</style>