Shades of Primrose #DADB96
Tints of Primrose #DADB96
RGB
CMYK
RGB Variations
Color information
#DADB96 (or 0xDADB96) is known color: Primrose. HEX triplet: DA, DB and 96. RGB value is (218,219,150). Sum of RGB (Red+Green+Blue) = 218+219+150=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB96 is #252469. Grayscale: #D3D3D3. Windows color (decimal): -2434154 or 9886682. OLE color: 9886682.
HSL color Cylindrical-coordinate representation of color #DADB96: hue angle of 60.87º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DADB96 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 150 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.14 |
| HSL | 60.87º | 0.49% | 0.72% | - |
| HSV(B) | 60.87º | 0.32% | 0.86% | - |
| XYZ | 59.75 | 67.77 | 38.79 | - |
| YUV | 210.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 150 | 0.00 | 0 | 0.32 | 0.14 | 60.87 | 0.49 | 0.72 |
| Hex | DA | DB | 96 | 0 | 0 | 20 | E | 3D | 31 | 48 |
| Octal | 332 | 333 | 226 | 0 | 0 | 40 | 16 | 75 | 61 | 110 |
| Binary | 11011010 | 11011011 | 10010110 | 0 | 0 | 100000 | 1110 | 111101 | 110001 | 1001000 |
Color Harmonies of #DADB96
Complementary color
Monochromatic Colors of #DADB96
Black with #DADB96
Text Example
Text Example
White with #DADB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB96; }
p { color: rgb(218,219,150); }
H1.HeaderClassName
{
color: #DADB96;
}
.AnyTagClassName
{
color: #DADB96;
}
</style>
background-color css
<style>
a { background-color: #DADB96; }
a { background-color: rgb(218,219,150); }
div.DivClassName
{
background-color: #DADB96;
}
.BgClassName
{
background-color: #DADB96;
}
</style>
border-color css
<style>
span { border-color: #DADB96; }
span { border-color: rgb(218,219,150); }
td.TdClassName
{
border-color: #DADB96;
}
.TagClassName
{
border-color: #DADB96;
}
</style>