Shades of Primrose #DAE38F
Tints of Primrose #DAE38F
RGB
CMYK
RGB Variations
Color information
#DAE38F (or 0xDAE38F) is known color: Primrose. HEX triplet: DA, E3 and 8F. RGB value is (218,227,143). Sum of RGB (Red+Green+Blue) = 218+227+143=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE38F is #251C70. Grayscale: #D7D7D7. Windows color (decimal): -2432113 or 9429978. OLE color: 9429978.
HSL color Cylindrical-coordinate representation of color #DAE38F: hue angle of 66.43º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE38F is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 143 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.11 |
| HSL | 66.43º | 0.6% | 0.73% | - |
| HSV(B) | 66.43º | 0.37% | 0.89% | - |
| XYZ | 61.34 | 71.83 | 36.62 | - |
| YUV | 214.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 143 | 0.04 | 0 | 0.37 | 0.11 | 66.43 | 0.6 | 0.73 |
| Hex | DA | E3 | 8F | 4 | 0 | 25 | B | 42 | 3C | 49 |
| Octal | 332 | 343 | 217 | 4 | 0 | 45 | 13 | 102 | 74 | 111 |
| Binary | 11011010 | 11100011 | 10001111 | 100 | 0 | 100101 | 1011 | 1000010 | 111100 | 1001001 |
Color Harmonies of #DAE38F
Complementary color
Monochromatic Colors of #DAE38F
Black with #DAE38F
Text Example
Text Example
White with #DAE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE38F; }
p { color: rgb(218,227,143); }
H1.HeaderClassName
{
color: #DAE38F;
}
.AnyTagClassName
{
color: #DAE38F;
}
</style>
background-color css
<style>
a { background-color: #DAE38F; }
a { background-color: rgb(218,227,143); }
div.DivClassName
{
background-color: #DAE38F;
}
.BgClassName
{
background-color: #DAE38F;
}
</style>
border-color css
<style>
span { border-color: #DAE38F; }
span { border-color: rgb(218,227,143); }
td.TdClassName
{
border-color: #DAE38F;
}
.TagClassName
{
border-color: #DAE38F;
}
</style>