Shades of Primrose #DADB88
Tints of Primrose #DADB88
RGB
CMYK
RGB Variations
Color information
#DADB88 (or 0xDADB88) is known color: Primrose. HEX triplet: DA, DB and 88. RGB value is (218,219,136). Sum of RGB (Red+Green+Blue) = 218+219+136=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB88 is #252477. Grayscale: #D1D1D1. Windows color (decimal): -2434168 or 8969178. OLE color: 8969178.
HSL color Cylindrical-coordinate representation of color #DADB88: hue angle of 60.72º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DADB88 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 136 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.14 |
| HSL | 60.72º | 0.54% | 0.7% | - |
| HSV(B) | 60.72º | 0.38% | 0.86% | - |
| XYZ | 58.69 | 67.35 | 33.2 | - |
| YUV | 209.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 136 | 0.00 | 0 | 0.38 | 0.14 | 60.72 | 0.54 | 0.7 |
| Hex | DA | DB | 88 | 0 | 0 | 26 | E | 3D | 36 | 46 |
| Octal | 332 | 333 | 210 | 0 | 0 | 46 | 16 | 75 | 66 | 106 |
| Binary | 11011010 | 11011011 | 10001000 | 0 | 0 | 100110 | 1110 | 111101 | 110110 | 1000110 |
Color Harmonies of #DADB88
Complementary color
Monochromatic Colors of #DADB88
Black with #DADB88
Text Example
Text Example
White with #DADB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB88; }
p { color: rgb(218,219,136); }
H1.HeaderClassName
{
color: #DADB88;
}
.AnyTagClassName
{
color: #DADB88;
}
</style>
background-color css
<style>
a { background-color: #DADB88; }
a { background-color: rgb(218,219,136); }
div.DivClassName
{
background-color: #DADB88;
}
.BgClassName
{
background-color: #DADB88;
}
</style>
border-color css
<style>
span { border-color: #DADB88; }
span { border-color: rgb(218,219,136); }
td.TdClassName
{
border-color: #DADB88;
}
.TagClassName
{
border-color: #DADB88;
}
</style>