Shades of Primrose #DAE38B
Tints of Primrose #DAE38B
RGB
CMYK
RGB Variations
Color information
#DAE38B (or 0xDAE38B) is known color: Primrose. HEX triplet: DA, E3 and 8B. RGB value is (218,227,139). Sum of RGB (Red+Green+Blue) = 218+227+139=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE38B is #251C74. Grayscale: #D6D6D6. Windows color (decimal): -2432117 or 9167834. OLE color: 9167834.
HSL color Cylindrical-coordinate representation of color #DAE38B: hue angle of 66.14º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAE38B is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 139 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.11 |
| HSL | 66.14º | 0.61% | 0.72% | - |
| HSV(B) | 66.14º | 0.39% | 0.89% | - |
| XYZ | 61.04 | 71.71 | 35.05 | - |
| YUV | 214.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 139 | 0.04 | 0 | 0.39 | 0.11 | 66.14 | 0.61 | 0.72 |
| Hex | DA | E3 | 8B | 4 | 0 | 27 | B | 42 | 3D | 48 |
| Octal | 332 | 343 | 213 | 4 | 0 | 47 | 13 | 102 | 75 | 110 |
| Binary | 11011010 | 11100011 | 10001011 | 100 | 0 | 100111 | 1011 | 1000010 | 111101 | 1001000 |
Color Harmonies of #DAE38B
Complementary color
Monochromatic Colors of #DAE38B
Black with #DAE38B
Text Example
Text Example
White with #DAE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE38B; }
p { color: rgb(218,227,139); }
H1.HeaderClassName
{
color: #DAE38B;
}
.AnyTagClassName
{
color: #DAE38B;
}
</style>
background-color css
<style>
a { background-color: #DAE38B; }
a { background-color: rgb(218,227,139); }
div.DivClassName
{
background-color: #DAE38B;
}
.BgClassName
{
background-color: #DAE38B;
}
</style>
border-color css
<style>
span { border-color: #DAE38B; }
span { border-color: rgb(218,227,139); }
td.TdClassName
{
border-color: #DAE38B;
}
.TagClassName
{
border-color: #DAE38B;
}
</style>