Shades of Primrose #DAE397
Tints of Primrose #DAE397
RGB
CMYK
RGB Variations
Color information
#DAE397 (or 0xDAE397) is known color: Primrose. HEX triplet: DA, E3 and 97. RGB value is (218,227,151). Sum of RGB (Red+Green+Blue) = 218+227+151=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE397 is #251C68. Grayscale: #D7D7D7. Windows color (decimal): -2432105 or 9954266. OLE color: 9954266.
HSL color Cylindrical-coordinate representation of color #DAE397: hue angle of 67.11º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE397 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 151 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.11 |
| HSL | 67.11º | 0.58% | 0.74% | - |
| HSV(B) | 67.11º | 0.33% | 0.89% | - |
| XYZ | 61.97 | 72.08 | 39.92 | - |
| YUV | 215.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 151 | 0.04 | 0 | 0.33 | 0.11 | 67.11 | 0.58 | 0.74 |
| Hex | DA | E3 | 97 | 4 | 0 | 21 | B | 43 | 3A | 4A |
| Octal | 332 | 343 | 227 | 4 | 0 | 41 | 13 | 103 | 72 | 112 |
| Binary | 11011010 | 11100011 | 10010111 | 100 | 0 | 100001 | 1011 | 1000011 | 111010 | 1001010 |
Color Harmonies of #DAE397
Complementary color
Monochromatic Colors of #DAE397
Black with #DAE397
Text Example
Text Example
White with #DAE397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE397; }
p { color: rgb(218,227,151); }
H1.HeaderClassName
{
color: #DAE397;
}
.AnyTagClassName
{
color: #DAE397;
}
</style>
background-color css
<style>
a { background-color: #DAE397; }
a { background-color: rgb(218,227,151); }
div.DivClassName
{
background-color: #DAE397;
}
.BgClassName
{
background-color: #DAE397;
}
</style>
border-color css
<style>
span { border-color: #DAE397; }
span { border-color: rgb(218,227,151); }
td.TdClassName
{
border-color: #DAE397;
}
.TagClassName
{
border-color: #DAE397;
}
</style>