Shades of Primrose #DAD690
Tints of Primrose #DAD690
RGB
CMYK
RGB Variations
Color information
#DAD690 (or 0xDAD690) is known color: Primrose. HEX triplet: DA, D6 and 90. RGB value is (218,214,144). Sum of RGB (Red+Green+Blue) = 218+214+144=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD690 is #25296F. Grayscale: #CFCFCF. Windows color (decimal): -2435440 or 9492186. OLE color: 9492186.
HSL color Cylindrical-coordinate representation of color #DAD690: hue angle of 56.76º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAD690 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 144 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.15 |
| HSL | 56.76º | 0.5% | 0.71% | - |
| HSV(B) | 56.76º | 0.34% | 0.85% | - |
| XYZ | 57.99 | 65.01 | 35.88 | - |
| YUV | 207.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 144 | 0 | 0.02 | 0.34 | 0.15 | 56.76 | 0.5 | 0.71 |
| Hex | DA | D6 | 90 | 0 | 2 | 22 | F | 39 | 32 | 47 |
| Octal | 332 | 326 | 220 | 0 | 2 | 42 | 17 | 71 | 62 | 107 |
| Binary | 11011010 | 11010110 | 10010000 | 0 | 10 | 100010 | 1111 | 111001 | 110010 | 1000111 |
Color Harmonies of #DAD690
Complementary color
Monochromatic Colors of #DAD690
Black with #DAD690
Text Example
Text Example
White with #DAD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD690; }
p { color: rgb(218,214,144); }
H1.HeaderClassName
{
color: #DAD690;
}
.AnyTagClassName
{
color: #DAD690;
}
</style>
background-color css
<style>
a { background-color: #DAD690; }
a { background-color: rgb(218,214,144); }
div.DivClassName
{
background-color: #DAD690;
}
.BgClassName
{
background-color: #DAD690;
}
</style>
border-color css
<style>
span { border-color: #DAD690; }
span { border-color: rgb(218,214,144); }
td.TdClassName
{
border-color: #DAD690;
}
.TagClassName
{
border-color: #DAD690;
}
</style>