Shades of Primrose #DADB9B
Tints of Primrose #DADB9B
RGB
CMYK
RGB Variations
Color information
#DADB9B (or 0xDADB9B) is known color: Primrose. HEX triplet: DA, DB and 9B. RGB value is (218,219,155). Sum of RGB (Red+Green+Blue) = 218+219+155=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB9B is #252464. Grayscale: #D3D3D3. Windows color (decimal): -2434149 or 10214362. OLE color: 10214362.
HSL color Cylindrical-coordinate representation of color #DADB9B: hue angle of 60.94º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADB9B is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 155 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.14 |
| HSL | 60.94º | 0.47% | 0.73% | - |
| HSV(B) | 60.94º | 0.29% | 0.86% | - |
| XYZ | 60.16 | 67.94 | 40.95 | - |
| YUV | 211.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 155 | 0.00 | 0 | 0.29 | 0.14 | 60.94 | 0.47 | 0.73 |
| Hex | DA | DB | 9B | 0 | 0 | 1D | E | 3D | 2F | 49 |
| Octal | 332 | 333 | 233 | 0 | 0 | 35 | 16 | 75 | 57 | 111 |
| Binary | 11011010 | 11011011 | 10011011 | 0 | 0 | 11101 | 1110 | 111101 | 101111 | 1001001 |
Color Harmonies of #DADB9B
Complementary color
Monochromatic Colors of #DADB9B
Black with #DADB9B
Text Example
Text Example
White with #DADB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB9B; }
p { color: rgb(218,219,155); }
H1.HeaderClassName
{
color: #DADB9B;
}
.AnyTagClassName
{
color: #DADB9B;
}
</style>
background-color css
<style>
a { background-color: #DADB9B; }
a { background-color: rgb(218,219,155); }
div.DivClassName
{
background-color: #DADB9B;
}
.BgClassName
{
background-color: #DADB9B;
}
</style>
border-color css
<style>
span { border-color: #DADB9B; }
span { border-color: rgb(218,219,155); }
td.TdClassName
{
border-color: #DADB9B;
}
.TagClassName
{
border-color: #DADB9B;
}
</style>