Shades of Primrose #DAD68E
Tints of Primrose #DAD68E
RGB
CMYK
RGB Variations
Color information
#DAD68E (or 0xDAD68E) is known color: Primrose. HEX triplet: DA, D6 and 8E. RGB value is (218,214,142). Sum of RGB (Red+Green+Blue) = 218+214+142=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68E is #252971. Grayscale: #CFCFCF. Windows color (decimal): -2435442 or 9361114. OLE color: 9361114.
HSL color Cylindrical-coordinate representation of color #DAD68E: hue angle of 56.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAD68E is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 142 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.15 |
| HSL | 56.84º | 0.51% | 0.71% | - |
| HSV(B) | 56.84º | 0.35% | 0.85% | - |
| XYZ | 57.84 | 64.95 | 35.08 | - |
| YUV | 206.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 142 | 0 | 0.02 | 0.35 | 0.15 | 56.84 | 0.51 | 0.71 |
| Hex | DA | D6 | 8E | 0 | 2 | 23 | F | 39 | 33 | 47 |
| Octal | 332 | 326 | 216 | 0 | 2 | 43 | 17 | 71 | 63 | 107 |
| Binary | 11011010 | 11010110 | 10001110 | 0 | 10 | 100011 | 1111 | 111001 | 110011 | 1000111 |
Color Harmonies of #DAD68E
Complementary color
Monochromatic Colors of #DAD68E
Black with #DAD68E
Text Example
Text Example
White with #DAD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD68E; }
p { color: rgb(218,214,142); }
H1.HeaderClassName
{
color: #DAD68E;
}
.AnyTagClassName
{
color: #DAD68E;
}
</style>
background-color css
<style>
a { background-color: #DAD68E; }
a { background-color: rgb(218,214,142); }
div.DivClassName
{
background-color: #DAD68E;
}
.BgClassName
{
background-color: #DAD68E;
}
</style>
border-color css
<style>
span { border-color: #DAD68E; }
span { border-color: rgb(218,214,142); }
td.TdClassName
{
border-color: #DAD68E;
}
.TagClassName
{
border-color: #DAD68E;
}
</style>