Shades of Primrose #DADB99
Tints of Primrose #DADB99
RGB
CMYK
RGB Variations
Color information
#DADB99 (or 0xDADB99) is known color: Primrose. HEX triplet: DA, DB and 99. RGB value is (218,219,153). Sum of RGB (Red+Green+Blue) = 218+219+153=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB99 is #252466. Grayscale: #D3D3D3. Windows color (decimal): -2434151 or 10083290. OLE color: 10083290.
HSL color Cylindrical-coordinate representation of color #DADB99: hue angle of 60.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADB99 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 153 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.14 |
| HSL | 60.91º | 0.48% | 0.73% | - |
| HSV(B) | 60.91º | 0.3% | 0.86% | - |
| XYZ | 59.99 | 67.87 | 40.07 | - |
| YUV | 211.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 153 | 0.00 | 0 | 0.30 | 0.14 | 60.91 | 0.48 | 0.73 |
| Hex | DA | DB | 99 | 0 | 0 | 1E | E | 3D | 30 | 49 |
| Octal | 332 | 333 | 231 | 0 | 0 | 36 | 16 | 75 | 60 | 111 |
| Binary | 11011010 | 11011011 | 10011001 | 0 | 0 | 11110 | 1110 | 111101 | 110000 | 1001001 |
Color Harmonies of #DADB99
Complementary color
Monochromatic Colors of #DADB99
Black with #DADB99
Text Example
Text Example
White with #DADB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB99; }
p { color: rgb(218,219,153); }
H1.HeaderClassName
{
color: #DADB99;
}
.AnyTagClassName
{
color: #DADB99;
}
</style>
background-color css
<style>
a { background-color: #DADB99; }
a { background-color: rgb(218,219,153); }
div.DivClassName
{
background-color: #DADB99;
}
.BgClassName
{
background-color: #DADB99;
}
</style>
border-color css
<style>
span { border-color: #DADB99; }
span { border-color: rgb(218,219,153); }
td.TdClassName
{
border-color: #DADB99;
}
.TagClassName
{
border-color: #DADB99;
}
</style>