Shades of Primrose #DADE86
Tints of Primrose #DADE86
RGB
CMYK
RGB Variations
Color information
#DADE86 (or 0xDADE86) is known color: Primrose. HEX triplet: DA, DE and 86. RGB value is (218,222,134). Sum of RGB (Red+Green+Blue) = 218+222+134=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE86 is #252179. Grayscale: #D3D3D3. Windows color (decimal): -2433402 or 8838874. OLE color: 8838874.
HSL color Cylindrical-coordinate representation of color #DADE86: hue angle of 62.73º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DADE86 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 134 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.13 |
| HSL | 62.73º | 0.57% | 0.7% | - |
| HSV(B) | 62.73º | 0.4% | 0.87% | - |
| XYZ | 59.34 | 68.87 | 32.72 | - |
| YUV | 210.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 134 | 0.02 | 0 | 0.40 | 0.13 | 62.73 | 0.57 | 0.7 |
| Hex | DA | DE | 86 | 2 | 0 | 28 | D | 3F | 39 | 46 |
| Octal | 332 | 336 | 206 | 2 | 0 | 50 | 15 | 77 | 71 | 106 |
| Binary | 11011010 | 11011110 | 10000110 | 10 | 0 | 101000 | 1101 | 111111 | 111001 | 1000110 |
Color Harmonies of #DADE86
Complementary color
Monochromatic Colors of #DADE86
Black with #DADE86
Text Example
Text Example
White with #DADE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE86; }
p { color: rgb(218,222,134); }
H1.HeaderClassName
{
color: #DADE86;
}
.AnyTagClassName
{
color: #DADE86;
}
</style>
background-color css
<style>
a { background-color: #DADE86; }
a { background-color: rgb(218,222,134); }
div.DivClassName
{
background-color: #DADE86;
}
.BgClassName
{
background-color: #DADE86;
}
</style>
border-color css
<style>
span { border-color: #DADE86; }
span { border-color: rgb(218,222,134); }
td.TdClassName
{
border-color: #DADE86;
}
.TagClassName
{
border-color: #DADE86;
}
</style>