Shades of Primrose #DADB98
Tints of Primrose #DADB98
RGB
CMYK
RGB Variations
Color information
#DADB98 (or 0xDADB98) is known color: Primrose. HEX triplet: DA, DB and 98. RGB value is (218,219,152). Sum of RGB (Red+Green+Blue) = 218+219+152=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB98 is #252467. Grayscale: #D3D3D3. Windows color (decimal): -2434152 or 10017754. OLE color: 10017754.
HSL color Cylindrical-coordinate representation of color #DADB98: hue angle of 60.9º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DADB98 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 152 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.14 |
| HSL | 60.9º | 0.48% | 0.73% | - |
| HSV(B) | 60.9º | 0.31% | 0.86% | - |
| XYZ | 59.91 | 67.84 | 39.64 | - |
| YUV | 211.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 152 | 0.00 | 0 | 0.31 | 0.14 | 60.9 | 0.48 | 0.73 |
| Hex | DA | DB | 98 | 0 | 0 | 1F | E | 3D | 30 | 49 |
| Octal | 332 | 333 | 230 | 0 | 0 | 37 | 16 | 75 | 60 | 111 |
| Binary | 11011010 | 11011011 | 10011000 | 0 | 0 | 11111 | 1110 | 111101 | 110000 | 1001001 |
Color Harmonies of #DADB98
Complementary color
Monochromatic Colors of #DADB98
Black with #DADB98
Text Example
Text Example
White with #DADB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB98; }
p { color: rgb(218,219,152); }
H1.HeaderClassName
{
color: #DADB98;
}
.AnyTagClassName
{
color: #DADB98;
}
</style>
background-color css
<style>
a { background-color: #DADB98; }
a { background-color: rgb(218,219,152); }
div.DivClassName
{
background-color: #DADB98;
}
.BgClassName
{
background-color: #DADB98;
}
</style>
border-color css
<style>
span { border-color: #DADB98; }
span { border-color: rgb(218,219,152); }
td.TdClassName
{
border-color: #DADB98;
}
.TagClassName
{
border-color: #DADB98;
}
</style>