Shades of Primrose #DAD68F
Tints of Primrose #DAD68F
RGB
CMYK
RGB Variations
Color information
#DAD68F (or 0xDAD68F) is known color: Primrose. HEX triplet: DA, D6 and 8F. RGB value is (218,214,143). Sum of RGB (Red+Green+Blue) = 218+214+143=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68F is #252970. Grayscale: #CFCFCF. Windows color (decimal): -2435441 or 9426650. OLE color: 9426650.
HSL color Cylindrical-coordinate representation of color #DAD68F: hue angle of 56.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAD68F is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 143 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.15 |
| HSL | 56.8º | 0.5% | 0.71% | - |
| HSV(B) | 56.8º | 0.34% | 0.85% | - |
| XYZ | 57.92 | 64.98 | 35.48 | - |
| YUV | 207.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 143 | 0 | 0.02 | 0.34 | 0.15 | 56.8 | 0.5 | 0.71 |
| Hex | DA | D6 | 8F | 0 | 2 | 22 | F | 39 | 32 | 47 |
| Octal | 332 | 326 | 217 | 0 | 2 | 42 | 17 | 71 | 62 | 107 |
| Binary | 11011010 | 11010110 | 10001111 | 0 | 10 | 100010 | 1111 | 111001 | 110010 | 1000111 |
Color Harmonies of #DAD68F
Complementary color
Monochromatic Colors of #DAD68F
Black with #DAD68F
Text Example
Text Example
White with #DAD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD68F; }
p { color: rgb(218,214,143); }
H1.HeaderClassName
{
color: #DAD68F;
}
.AnyTagClassName
{
color: #DAD68F;
}
</style>
background-color css
<style>
a { background-color: #DAD68F; }
a { background-color: rgb(218,214,143); }
div.DivClassName
{
background-color: #DAD68F;
}
.BgClassName
{
background-color: #DAD68F;
}
</style>
border-color css
<style>
span { border-color: #DAD68F; }
span { border-color: rgb(218,214,143); }
td.TdClassName
{
border-color: #DAD68F;
}
.TagClassName
{
border-color: #DAD68F;
}
</style>