Shades of Primrose #DAD68D
Tints of Primrose #DAD68D
RGB
CMYK
RGB Variations
Color information
#DAD68D (or 0xDAD68D) is known color: Primrose. HEX triplet: DA, D6 and 8D. RGB value is (218,214,141). Sum of RGB (Red+Green+Blue) = 218+214+141=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68D is #252972. Grayscale: #CFCFCF. Windows color (decimal): -2435443 or 9295578. OLE color: 9295578.
HSL color Cylindrical-coordinate representation of color #DAD68D: hue angle of 56.88º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAD68D is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 141 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.15 |
| HSL | 56.88º | 0.51% | 0.7% | - |
| HSV(B) | 56.88º | 0.35% | 0.85% | - |
| XYZ | 57.77 | 64.92 | 34.69 | - |
| YUV | 206.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 141 | 0 | 0.02 | 0.35 | 0.15 | 56.88 | 0.51 | 0.7 |
| Hex | DA | D6 | 8D | 0 | 2 | 23 | F | 39 | 33 | 46 |
| Octal | 332 | 326 | 215 | 0 | 2 | 43 | 17 | 71 | 63 | 106 |
| Binary | 11011010 | 11010110 | 10001101 | 0 | 10 | 100011 | 1111 | 111001 | 110011 | 1000110 |
Color Harmonies of #DAD68D
Complementary color
Monochromatic Colors of #DAD68D
Black with #DAD68D
Text Example
Text Example
White with #DAD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD68D; }
p { color: rgb(218,214,141); }
H1.HeaderClassName
{
color: #DAD68D;
}
.AnyTagClassName
{
color: #DAD68D;
}
</style>
background-color css
<style>
a { background-color: #DAD68D; }
a { background-color: rgb(218,214,141); }
div.DivClassName
{
background-color: #DAD68D;
}
.BgClassName
{
background-color: #DAD68D;
}
</style>
border-color css
<style>
span { border-color: #DAD68D; }
span { border-color: rgb(218,214,141); }
td.TdClassName
{
border-color: #DAD68D;
}
.TagClassName
{
border-color: #DAD68D;
}
</style>