Shades of Primrose #DADB8C
Tints of Primrose #DADB8C
RGB
CMYK
RGB Variations
Color information
#DADB8C (or 0xDADB8C) is known color: Primrose. HEX triplet: DA, DB and 8C. RGB value is (218,219,140). Sum of RGB (Red+Green+Blue) = 218+219+140=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB8C is #252473. Grayscale: #D2D2D2. Windows color (decimal): -2434164 or 9231322. OLE color: 9231322.
HSL color Cylindrical-coordinate representation of color #DADB8C: hue angle of 60.76º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DADB8C is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 140 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.14 |
| HSL | 60.76º | 0.52% | 0.7% | - |
| HSV(B) | 60.76º | 0.36% | 0.86% | - |
| XYZ | 58.98 | 67.46 | 34.72 | - |
| YUV | 209.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 140 | 0.00 | 0 | 0.36 | 0.14 | 60.76 | 0.52 | 0.7 |
| Hex | DA | DB | 8C | 0 | 0 | 24 | E | 3D | 34 | 46 |
| Octal | 332 | 333 | 214 | 0 | 0 | 44 | 16 | 75 | 64 | 106 |
| Binary | 11011010 | 11011011 | 10001100 | 0 | 0 | 100100 | 1110 | 111101 | 110100 | 1000110 |
Color Harmonies of #DADB8C
Complementary color
Monochromatic Colors of #DADB8C
Black with #DADB8C
Text Example
Text Example
White with #DADB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB8C; }
p { color: rgb(218,219,140); }
H1.HeaderClassName
{
color: #DADB8C;
}
.AnyTagClassName
{
color: #DADB8C;
}
</style>
background-color css
<style>
a { background-color: #DADB8C; }
a { background-color: rgb(218,219,140); }
div.DivClassName
{
background-color: #DADB8C;
}
.BgClassName
{
background-color: #DADB8C;
}
</style>
border-color css
<style>
span { border-color: #DADB8C; }
span { border-color: rgb(218,219,140); }
td.TdClassName
{
border-color: #DADB8C;
}
.TagClassName
{
border-color: #DADB8C;
}
</style>