Shades of Primrose #DADB91
Tints of Primrose #DADB91
RGB
CMYK
RGB Variations
Color information
#DADB91 (or 0xDADB91) is known color: Primrose. HEX triplet: DA, DB and 91. RGB value is (218,219,145). Sum of RGB (Red+Green+Blue) = 218+219+145=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB91 is #25246E. Grayscale: #D2D2D2. Windows color (decimal): -2434159 or 9559002. OLE color: 9559002.
HSL color Cylindrical-coordinate representation of color #DADB91: hue angle of 60.81º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DADB91 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 145 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.14 |
| HSL | 60.81º | 0.51% | 0.71% | - |
| HSV(B) | 60.81º | 0.34% | 0.86% | - |
| XYZ | 59.36 | 67.61 | 36.71 | - |
| YUV | 210.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 145 | 0.00 | 0 | 0.34 | 0.14 | 60.81 | 0.51 | 0.71 |
| Hex | DA | DB | 91 | 0 | 0 | 22 | E | 3D | 33 | 47 |
| Octal | 332 | 333 | 221 | 0 | 0 | 42 | 16 | 75 | 63 | 107 |
| Binary | 11011010 | 11011011 | 10010001 | 0 | 0 | 100010 | 1110 | 111101 | 110011 | 1000111 |
Color Harmonies of #DADB91
Complementary color
Monochromatic Colors of #DADB91
Black with #DADB91
Text Example
Text Example
White with #DADB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB91; }
p { color: rgb(218,219,145); }
H1.HeaderClassName
{
color: #DADB91;
}
.AnyTagClassName
{
color: #DADB91;
}
</style>
background-color css
<style>
a { background-color: #DADB91; }
a { background-color: rgb(218,219,145); }
div.DivClassName
{
background-color: #DADB91;
}
.BgClassName
{
background-color: #DADB91;
}
</style>
border-color css
<style>
span { border-color: #DADB91; }
span { border-color: rgb(218,219,145); }
td.TdClassName
{
border-color: #DADB91;
}
.TagClassName
{
border-color: #DADB91;
}
</style>