Shades of Primrose #DAD68C
Tints of Primrose #DAD68C
RGB
CMYK
RGB Variations
Color information
#DAD68C (or 0xDAD68C) is known color: Primrose. HEX triplet: DA, D6 and 8C. RGB value is (218,214,140). Sum of RGB (Red+Green+Blue) = 218+214+140=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68C is #252973. Grayscale: #CFCFCF. Windows color (decimal): -2435444 or 9230042. OLE color: 9230042.
HSL color Cylindrical-coordinate representation of color #DAD68C: hue angle of 56.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAD68C is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 140 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.15 |
| HSL | 56.92º | 0.51% | 0.7% | - |
| HSV(B) | 56.92º | 0.36% | 0.85% | - |
| XYZ | 57.69 | 64.89 | 34.3 | - |
| YUV | 206.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 140 | 0 | 0.02 | 0.36 | 0.15 | 56.92 | 0.51 | 0.7 |
| Hex | DA | D6 | 8C | 0 | 2 | 24 | F | 39 | 33 | 46 |
| Octal | 332 | 326 | 214 | 0 | 2 | 44 | 17 | 71 | 63 | 106 |
| Binary | 11011010 | 11010110 | 10001100 | 0 | 10 | 100100 | 1111 | 111001 | 110011 | 1000110 |
Color Harmonies of #DAD68C
Complementary color
Monochromatic Colors of #DAD68C
Black with #DAD68C
Text Example
Text Example
White with #DAD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD68C; }
p { color: rgb(218,214,140); }
H1.HeaderClassName
{
color: #DAD68C;
}
.AnyTagClassName
{
color: #DAD68C;
}
</style>
background-color css
<style>
a { background-color: #DAD68C; }
a { background-color: rgb(218,214,140); }
div.DivClassName
{
background-color: #DAD68C;
}
.BgClassName
{
background-color: #DAD68C;
}
</style>
border-color css
<style>
span { border-color: #DAD68C; }
span { border-color: rgb(218,214,140); }
td.TdClassName
{
border-color: #DAD68C;
}
.TagClassName
{
border-color: #DAD68C;
}
</style>