Shades of Primrose #DADF84
Tints of Primrose #DADF84
RGB
CMYK
RGB Variations
Color information
#DADF84 (or 0xDADF84) is known color: Primrose. HEX triplet: DA, DF and 84. RGB value is (218,223,132). Sum of RGB (Red+Green+Blue) = 218+223+132=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF84 is #25207B. Grayscale: #D3D3D3. Windows color (decimal): -2433148 or 8708058. OLE color: 8708058.
HSL color Cylindrical-coordinate representation of color #DADF84: hue angle of 63.3º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DADF84 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 132 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.13 |
| HSL | 63.3º | 0.59% | 0.7% | - |
| HSV(B) | 63.3º | 0.41% | 0.87% | - |
| XYZ | 59.47 | 69.35 | 32.08 | - |
| YUV | 211.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 132 | 0.02 | 0 | 0.41 | 0.13 | 63.3 | 0.59 | 0.7 |
| Hex | DA | DF | 84 | 2 | 0 | 29 | D | 3F | 3B | 46 |
| Octal | 332 | 337 | 204 | 2 | 0 | 51 | 15 | 77 | 73 | 106 |
| Binary | 11011010 | 11011111 | 10000100 | 10 | 0 | 101001 | 1101 | 111111 | 111011 | 1000110 |
Color Harmonies of #DADF84
Complementary color
Monochromatic Colors of #DADF84
Black with #DADF84
Text Example
Text Example
White with #DADF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF84; }
p { color: rgb(218,223,132); }
H1.HeaderClassName
{
color: #DADF84;
}
.AnyTagClassName
{
color: #DADF84;
}
</style>
background-color css
<style>
a { background-color: #DADF84; }
a { background-color: rgb(218,223,132); }
div.DivClassName
{
background-color: #DADF84;
}
.BgClassName
{
background-color: #DADF84;
}
</style>
border-color css
<style>
span { border-color: #DADF84; }
span { border-color: rgb(218,223,132); }
td.TdClassName
{
border-color: #DADF84;
}
.TagClassName
{
border-color: #DADF84;
}
</style>