Shades of Primrose #DADE83
Tints of Primrose #DADE83
RGB
CMYK
RGB Variations
Color information
#DADE83 (or 0xDADE83) is known color: Primrose. HEX triplet: DA, DE and 83. RGB value is (218,222,131). Sum of RGB (Red+Green+Blue) = 218+222+131=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE83 is #25217C. Grayscale: #D2D2D2. Windows color (decimal): -2433405 or 8642266. OLE color: 8642266.
HSL color Cylindrical-coordinate representation of color #DADE83: hue angle of 62.64º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DADE83 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 131 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.13 |
| HSL | 62.64º | 0.58% | 0.69% | - |
| HSV(B) | 62.64º | 0.41% | 0.87% | - |
| XYZ | 59.13 | 68.79 | 31.63 | - |
| YUV | 210.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 131 | 0.02 | 0 | 0.41 | 0.13 | 62.64 | 0.58 | 0.69 |
| Hex | DA | DE | 83 | 2 | 0 | 29 | D | 3F | 3A | 45 |
| Octal | 332 | 336 | 203 | 2 | 0 | 51 | 15 | 77 | 72 | 105 |
| Binary | 11011010 | 11011110 | 10000011 | 10 | 0 | 101001 | 1101 | 111111 | 111010 | 1000101 |
Color Harmonies of #DADE83
Complementary color
Monochromatic Colors of #DADE83
Black with #DADE83
Text Example
Text Example
White with #DADE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE83; }
p { color: rgb(218,222,131); }
H1.HeaderClassName
{
color: #DADE83;
}
.AnyTagClassName
{
color: #DADE83;
}
</style>
background-color css
<style>
a { background-color: #DADE83; }
a { background-color: rgb(218,222,131); }
div.DivClassName
{
background-color: #DADE83;
}
.BgClassName
{
background-color: #DADE83;
}
</style>
border-color css
<style>
span { border-color: #DADE83; }
span { border-color: rgb(218,222,131); }
td.TdClassName
{
border-color: #DADE83;
}
.TagClassName
{
border-color: #DADE83;
}
</style>