Shades of Primrose #DAE09B
Tints of Primrose #DAE09B
RGB
CMYK
RGB Variations
Color information
#DAE09B (or 0xDAE09B) is known color: Primrose. HEX triplet: DA, E0 and 9B. RGB value is (218,224,155). Sum of RGB (Red+Green+Blue) = 218+224+155=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE09B is #251F64. Grayscale: #D6D6D6. Windows color (decimal): -2432869 or 10215642. OLE color: 10215642.
HSL color Cylindrical-coordinate representation of color #DAE09B: hue angle of 65.22º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE09B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 155 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.12 |
| HSL | 65.22º | 0.53% | 0.74% | - |
| HSV(B) | 65.22º | 0.31% | 0.88% | - |
| XYZ | 61.49 | 70.58 | 41.39 | - |
| YUV | 214.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 155 | 0.03 | 0 | 0.31 | 0.12 | 65.22 | 0.53 | 0.74 |
| Hex | DA | E0 | 9B | 3 | 0 | 1F | C | 41 | 35 | 4A |
| Octal | 332 | 340 | 233 | 3 | 0 | 37 | 14 | 101 | 65 | 112 |
| Binary | 11011010 | 11100000 | 10011011 | 11 | 0 | 11111 | 1100 | 1000001 | 110101 | 1001010 |
Color Harmonies of #DAE09B
Complementary color
Monochromatic Colors of #DAE09B
Black with #DAE09B
Text Example
Text Example
White with #DAE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE09B; }
p { color: rgb(218,224,155); }
H1.HeaderClassName
{
color: #DAE09B;
}
.AnyTagClassName
{
color: #DAE09B;
}
</style>
background-color css
<style>
a { background-color: #DAE09B; }
a { background-color: rgb(218,224,155); }
div.DivClassName
{
background-color: #DAE09B;
}
.BgClassName
{
background-color: #DAE09B;
}
</style>
border-color css
<style>
span { border-color: #DAE09B; }
span { border-color: rgb(218,224,155); }
td.TdClassName
{
border-color: #DAE09B;
}
.TagClassName
{
border-color: #DAE09B;
}
</style>