Shades of Primrose #DADB87
Tints of Primrose #DADB87
RGB
CMYK
RGB Variations
Color information
#DADB87 (or 0xDADB87) is known color: Primrose. HEX triplet: DA, DB and 87. RGB value is (218,219,135). Sum of RGB (Red+Green+Blue) = 218+219+135=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB87 is #252478. Grayscale: #D1D1D1. Windows color (decimal): -2434169 or 8903642. OLE color: 8903642.
HSL color Cylindrical-coordinate representation of color #DADB87: hue angle of 60.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DADB87 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 135 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.14 |
| HSL | 60.71º | 0.54% | 0.69% | - |
| HSV(B) | 60.71º | 0.38% | 0.86% | - |
| XYZ | 58.62 | 67.32 | 32.83 | - |
| YUV | 209.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 135 | 0.00 | 0 | 0.38 | 0.14 | 60.71 | 0.54 | 0.69 |
| Hex | DA | DB | 87 | 0 | 0 | 26 | E | 3D | 36 | 45 |
| Octal | 332 | 333 | 207 | 0 | 0 | 46 | 16 | 75 | 66 | 105 |
| Binary | 11011010 | 11011011 | 10000111 | 0 | 0 | 100110 | 1110 | 111101 | 110110 | 1000101 |
Color Harmonies of #DADB87
Complementary color
Monochromatic Colors of #DADB87
Black with #DADB87
Text Example
Text Example
White with #DADB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB87; }
p { color: rgb(218,219,135); }
H1.HeaderClassName
{
color: #DADB87;
}
.AnyTagClassName
{
color: #DADB87;
}
</style>
background-color css
<style>
a { background-color: #DADB87; }
a { background-color: rgb(218,219,135); }
div.DivClassName
{
background-color: #DADB87;
}
.BgClassName
{
background-color: #DADB87;
}
</style>
border-color css
<style>
span { border-color: #DADB87; }
span { border-color: rgb(218,219,135); }
td.TdClassName
{
border-color: #DADB87;
}
.TagClassName
{
border-color: #DADB87;
}
</style>