Shades of Primrose #DADB94
Tints of Primrose #DADB94
RGB
CMYK
RGB Variations
Color information
#DADB94 (or 0xDADB94) is known color: Primrose. HEX triplet: DA, DB and 94. RGB value is (218,219,148). Sum of RGB (Red+Green+Blue) = 218+219+148=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB94 is #25246B. Grayscale: #D2D2D2. Windows color (decimal): -2434156 or 9755610. OLE color: 9755610.
HSL color Cylindrical-coordinate representation of color #DADB94: hue angle of 60.85º degrees, saturation: 0.5, 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 #DADB94 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 148 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.14 |
| HSL | 60.85º | 0.5% | 0.72% | - |
| HSV(B) | 60.85º | 0.32% | 0.86% | - |
| XYZ | 59.59 | 67.71 | 37.94 | - |
| YUV | 210.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 148 | 0.00 | 0 | 0.32 | 0.14 | 60.85 | 0.5 | 0.72 |
| Hex | DA | DB | 94 | 0 | 0 | 20 | E | 3D | 32 | 48 |
| Octal | 332 | 333 | 224 | 0 | 0 | 40 | 16 | 75 | 62 | 110 |
| Binary | 11011010 | 11011011 | 10010100 | 0 | 0 | 100000 | 1110 | 111101 | 110010 | 1001000 |
Color Harmonies of #DADB94
Complementary color
Monochromatic Colors of #DADB94
Black with #DADB94
Text Example
Text Example
White with #DADB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB94; }
p { color: rgb(218,219,148); }
H1.HeaderClassName
{
color: #DADB94;
}
.AnyTagClassName
{
color: #DADB94;
}
</style>
background-color css
<style>
a { background-color: #DADB94; }
a { background-color: rgb(218,219,148); }
div.DivClassName
{
background-color: #DADB94;
}
.BgClassName
{
background-color: #DADB94;
}
</style>
border-color css
<style>
span { border-color: #DADB94; }
span { border-color: rgb(218,219,148); }
td.TdClassName
{
border-color: #DADB94;
}
.TagClassName
{
border-color: #DADB94;
}
</style>