Shades of Primrose #DADD88
Tints of Primrose #DADD88
RGB
CMYK
RGB Variations
Color information
#DADD88 (or 0xDADD88) is known color: Primrose. HEX triplet: DA, DD and 88. RGB value is (218,221,136). Sum of RGB (Red+Green+Blue) = 218+221+136=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD88 is #252277. Grayscale: #D2D2D2. Windows color (decimal): -2433656 or 8969690. OLE color: 8969690.
HSL color Cylindrical-coordinate representation of color #DADD88: hue angle of 62.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DADD88 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 136 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.13 |
| HSL | 62.12º | 0.56% | 0.7% | - |
| HSV(B) | 62.12º | 0.38% | 0.87% | - |
| XYZ | 59.21 | 68.4 | 33.37 | - |
| YUV | 210.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 136 | 0.01 | 0 | 0.38 | 0.13 | 62.12 | 0.56 | 0.7 |
| Hex | DA | DD | 88 | 1 | 0 | 26 | D | 3E | 38 | 46 |
| Octal | 332 | 335 | 210 | 1 | 0 | 46 | 15 | 76 | 70 | 106 |
| Binary | 11011010 | 11011101 | 10001000 | 1 | 0 | 100110 | 1101 | 111110 | 111000 | 1000110 |
Color Harmonies of #DADD88
Complementary color
Monochromatic Colors of #DADD88
Black with #DADD88
Text Example
Text Example
White with #DADD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD88; }
p { color: rgb(218,221,136); }
H1.HeaderClassName
{
color: #DADD88;
}
.AnyTagClassName
{
color: #DADD88;
}
</style>
background-color css
<style>
a { background-color: #DADD88; }
a { background-color: rgb(218,221,136); }
div.DivClassName
{
background-color: #DADD88;
}
.BgClassName
{
background-color: #DADD88;
}
</style>
border-color css
<style>
span { border-color: #DADD88; }
span { border-color: rgb(218,221,136); }
td.TdClassName
{
border-color: #DADD88;
}
.TagClassName
{
border-color: #DADD88;
}
</style>