Shades of Primrose #DADD96
Tints of Primrose #DADD96
RGB
CMYK
RGB Variations
Color information
#DADD96 (or 0xDADD96) is known color: Primrose. HEX triplet: DA, DD and 96. RGB value is (218,221,150). Sum of RGB (Red+Green+Blue) = 218+221+150=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD96 is #252269. Grayscale: #D4D4D4. Windows color (decimal): -2433642 or 9887194. OLE color: 9887194.
HSL color Cylindrical-coordinate representation of color #DADD96: hue angle of 62.54º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DADD96 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 150 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.13 |
| HSL | 62.54º | 0.51% | 0.73% | - |
| HSV(B) | 62.54º | 0.32% | 0.87% | - |
| XYZ | 60.27 | 68.82 | 38.96 | - |
| YUV | 212.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 150 | 0.01 | 0 | 0.32 | 0.13 | 62.54 | 0.51 | 0.73 |
| Hex | DA | DD | 96 | 1 | 0 | 20 | D | 3F | 33 | 49 |
| Octal | 332 | 335 | 226 | 1 | 0 | 40 | 15 | 77 | 63 | 111 |
| Binary | 11011010 | 11011101 | 10010110 | 1 | 0 | 100000 | 1101 | 111111 | 110011 | 1001001 |
Color Harmonies of #DADD96
Complementary color
Monochromatic Colors of #DADD96
Black with #DADD96
Text Example
Text Example
White with #DADD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD96; }
p { color: rgb(218,221,150); }
H1.HeaderClassName
{
color: #DADD96;
}
.AnyTagClassName
{
color: #DADD96;
}
</style>
background-color css
<style>
a { background-color: #DADD96; }
a { background-color: rgb(218,221,150); }
div.DivClassName
{
background-color: #DADD96;
}
.BgClassName
{
background-color: #DADD96;
}
</style>
border-color css
<style>
span { border-color: #DADD96; }
span { border-color: rgb(218,221,150); }
td.TdClassName
{
border-color: #DADD96;
}
.TagClassName
{
border-color: #DADD96;
}
</style>