Shades of Primrose #DAD694
Tints of Primrose #DAD694
RGB
CMYK
RGB Variations
Color information
#DAD694 (or 0xDAD694) is known color: Primrose. HEX triplet: DA, D6 and 94. RGB value is (218,214,148). Sum of RGB (Red+Green+Blue) = 218+214+148=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD694 is #25296B. Grayscale: #CFCFCF. Windows color (decimal): -2435436 or 9754330. OLE color: 9754330.
HSL color Cylindrical-coordinate representation of color #DAD694: hue angle of 56.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAD694 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 148 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.15 |
| HSL | 56.57º | 0.49% | 0.72% | - |
| HSV(B) | 56.57º | 0.32% | 0.85% | - |
| XYZ | 58.31 | 65.14 | 37.52 | - |
| YUV | 207.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 148 | 0 | 0.02 | 0.32 | 0.15 | 56.57 | 0.49 | 0.72 |
| Hex | DA | D6 | 94 | 0 | 2 | 20 | F | 39 | 31 | 48 |
| Octal | 332 | 326 | 224 | 0 | 2 | 40 | 17 | 71 | 61 | 110 |
| Binary | 11011010 | 11010110 | 10010100 | 0 | 10 | 100000 | 1111 | 111001 | 110001 | 1001000 |
Color Harmonies of #DAD694
Complementary color
Monochromatic Colors of #DAD694
Black with #DAD694
Text Example
Text Example
White with #DAD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD694; }
p { color: rgb(218,214,148); }
H1.HeaderClassName
{
color: #DAD694;
}
.AnyTagClassName
{
color: #DAD694;
}
</style>
background-color css
<style>
a { background-color: #DAD694; }
a { background-color: rgb(218,214,148); }
div.DivClassName
{
background-color: #DAD694;
}
.BgClassName
{
background-color: #DAD694;
}
</style>
border-color css
<style>
span { border-color: #DAD694; }
span { border-color: rgb(218,214,148); }
td.TdClassName
{
border-color: #DAD694;
}
.TagClassName
{
border-color: #DAD694;
}
</style>