Shades of Primrose #DAE693
Tints of Primrose #DAE693
RGB
CMYK
RGB Variations
Color information
#DAE693 (or 0xDAE693) is known color: Primrose. HEX triplet: DA, E6 and 93. RGB value is (218,230,147). Sum of RGB (Red+Green+Blue) = 218+230+147=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE693 is #25196C. Grayscale: #D9D9D9. Windows color (decimal): -2431341 or 9692890. OLE color: 9692890.
HSL color Cylindrical-coordinate representation of color #DAE693: hue angle of 68.67º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAE693 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 147 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.10 |
| HSL | 68.67º | 0.62% | 0.74% | - |
| HSV(B) | 68.67º | 0.36% | 0.9% | - |
| XYZ | 62.48 | 73.61 | 38.52 | - |
| YUV | 216.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 147 | 0.05 | 0 | 0.36 | 0.10 | 68.67 | 0.62 | 0.74 |
| Hex | DA | E6 | 93 | 5 | 0 | 24 | A | 45 | 3E | 4A |
| Octal | 332 | 346 | 223 | 5 | 0 | 44 | 12 | 105 | 76 | 112 |
| Binary | 11011010 | 11100110 | 10010011 | 101 | 0 | 100100 | 1010 | 1000101 | 111110 | 1001010 |
Color Harmonies of #DAE693
Complementary color
Monochromatic Colors of #DAE693
Black with #DAE693
Text Example
Text Example
White with #DAE693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE693; }
p { color: rgb(218,230,147); }
H1.HeaderClassName
{
color: #DAE693;
}
.AnyTagClassName
{
color: #DAE693;
}
</style>
background-color css
<style>
a { background-color: #DAE693; }
a { background-color: rgb(218,230,147); }
div.DivClassName
{
background-color: #DAE693;
}
.BgClassName
{
background-color: #DAE693;
}
</style>
border-color css
<style>
span { border-color: #DAE693; }
span { border-color: rgb(218,230,147); }
td.TdClassName
{
border-color: #DAE693;
}
.TagClassName
{
border-color: #DAE693;
}
</style>