Shades of Primrose #DAD799
Tints of Primrose #DAD799
RGB
CMYK
RGB Variations
Color information
#DAD799 (or 0xDAD799) is known color: Primrose. HEX triplet: DA, D7 and 99. RGB value is (218,215,153). Sum of RGB (Red+Green+Blue) = 218+215+153=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD799 is #252866. Grayscale: #D1D1D1. Windows color (decimal): -2435175 or 10082266. OLE color: 10082266.
HSL color Cylindrical-coordinate representation of color #DAD799: hue angle of 57.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAD799 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 153 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.15 |
| HSL | 57.23º | 0.47% | 0.73% | - |
| HSV(B) | 57.23º | 0.3% | 0.85% | - |
| XYZ | 58.96 | 65.81 | 39.73 | - |
| YUV | 208.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 153 | 0 | 0.01 | 0.30 | 0.15 | 57.23 | 0.47 | 0.73 |
| Hex | DA | D7 | 99 | 0 | 1 | 1E | F | 39 | 2F | 49 |
| Octal | 332 | 327 | 231 | 0 | 1 | 36 | 17 | 71 | 57 | 111 |
| Binary | 11011010 | 11010111 | 10011001 | 0 | 1 | 11110 | 1111 | 111001 | 101111 | 1001001 |
Color Harmonies of #DAD799
Complementary color
Monochromatic Colors of #DAD799
Black with #DAD799
Text Example
Text Example
White with #DAD799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD799; }
p { color: rgb(218,215,153); }
H1.HeaderClassName
{
color: #DAD799;
}
.AnyTagClassName
{
color: #DAD799;
}
</style>
background-color css
<style>
a { background-color: #DAD799; }
a { background-color: rgb(218,215,153); }
div.DivClassName
{
background-color: #DAD799;
}
.BgClassName
{
background-color: #DAD799;
}
</style>
border-color css
<style>
span { border-color: #DAD799; }
span { border-color: rgb(218,215,153); }
td.TdClassName
{
border-color: #DAD799;
}
.TagClassName
{
border-color: #DAD799;
}
</style>