Shades of Primrose #DAD594
Tints of Primrose #DAD594
RGB
CMYK
RGB Variations
Color information
#DAD594 (or 0xDAD594) is known color: Primrose. HEX triplet: DA, D5 and 94. RGB value is (218,213,148). Sum of RGB (Red+Green+Blue) = 218+213+148=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD594 is #252A6B. Grayscale: #CFCFCF. Windows color (decimal): -2435692 or 9754074. OLE color: 9754074.
HSL color Cylindrical-coordinate representation of color #DAD594: hue angle of 55.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAD594 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 148 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.15 |
| HSL | 55.71º | 0.49% | 0.72% | - |
| HSV(B) | 55.71º | 0.32% | 0.85% | - |
| XYZ | 58.05 | 64.63 | 37.43 | - |
| YUV | 207.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 148 | 0 | 0.02 | 0.32 | 0.15 | 55.71 | 0.49 | 0.72 |
| Hex | DA | D5 | 94 | 0 | 2 | 20 | F | 38 | 31 | 48 |
| Octal | 332 | 325 | 224 | 0 | 2 | 40 | 17 | 70 | 61 | 110 |
| Binary | 11011010 | 11010101 | 10010100 | 0 | 10 | 100000 | 1111 | 111000 | 110001 | 1001000 |
Color Harmonies of #DAD594
Complementary color
Monochromatic Colors of #DAD594
Black with #DAD594
Text Example
Text Example
White with #DAD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD594; }
p { color: rgb(218,213,148); }
H1.HeaderClassName
{
color: #DAD594;
}
.AnyTagClassName
{
color: #DAD594;
}
</style>
background-color css
<style>
a { background-color: #DAD594; }
a { background-color: rgb(218,213,148); }
div.DivClassName
{
background-color: #DAD594;
}
.BgClassName
{
background-color: #DAD594;
}
</style>
border-color css
<style>
span { border-color: #DAD594; }
span { border-color: rgb(218,213,148); }
td.TdClassName
{
border-color: #DAD594;
}
.TagClassName
{
border-color: #DAD594;
}
</style>