Shades of Primrose #DADF86
Tints of Primrose #DADF86
RGB
CMYK
RGB Variations
Color information
#DADF86 (or 0xDADF86) is known color: Primrose. HEX triplet: DA, DF and 86. RGB value is (218,223,134). Sum of RGB (Red+Green+Blue) = 218+223+134=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF86 is #252079. Grayscale: #D3D3D3. Windows color (decimal): -2433146 or 8839130. OLE color: 8839130.
HSL color Cylindrical-coordinate representation of color #DADF86: hue angle of 63.37º degrees, saturation: 0.58, 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 #DADF86 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 134 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.13 |
| HSL | 63.37º | 0.58% | 0.7% | - |
| HSV(B) | 63.37º | 0.4% | 0.87% | - |
| XYZ | 59.6 | 69.4 | 32.81 | - |
| YUV | 211.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 134 | 0.02 | 0 | 0.40 | 0.13 | 63.37 | 0.58 | 0.7 |
| Hex | DA | DF | 86 | 2 | 0 | 28 | D | 3F | 3A | 46 |
| Octal | 332 | 337 | 206 | 2 | 0 | 50 | 15 | 77 | 72 | 106 |
| Binary | 11011010 | 11011111 | 10000110 | 10 | 0 | 101000 | 1101 | 111111 | 111010 | 1000110 |
Color Harmonies of #DADF86
Complementary color
Monochromatic Colors of #DADF86
Black with #DADF86
Text Example
Text Example
White with #DADF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF86; }
p { color: rgb(218,223,134); }
H1.HeaderClassName
{
color: #DADF86;
}
.AnyTagClassName
{
color: #DADF86;
}
</style>
background-color css
<style>
a { background-color: #DADF86; }
a { background-color: rgb(218,223,134); }
div.DivClassName
{
background-color: #DADF86;
}
.BgClassName
{
background-color: #DADF86;
}
</style>
border-color css
<style>
span { border-color: #DADF86; }
span { border-color: rgb(218,223,134); }
td.TdClassName
{
border-color: #DADF86;
}
.TagClassName
{
border-color: #DADF86;
}
</style>