Shades of Primrose #DADD93
Tints of Primrose #DADD93
RGB
CMYK
RGB Variations
Color information
#DADD93 (or 0xDADD93) is known color: Primrose. HEX triplet: DA, DD and 93. RGB value is (218,221,147). Sum of RGB (Red+Green+Blue) = 218+221+147=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD93 is #25226C. Grayscale: #D3D3D3. Windows color (decimal): -2433645 or 9690586. OLE color: 9690586.
HSL color Cylindrical-coordinate representation of color #DADD93: hue angle of 62.43º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DADD93 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 147 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.13 |
| HSL | 62.43º | 0.52% | 0.72% | - |
| HSV(B) | 62.43º | 0.33% | 0.87% | - |
| XYZ | 60.04 | 68.72 | 37.7 | - |
| YUV | 211.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 147 | 0.01 | 0 | 0.33 | 0.13 | 62.43 | 0.52 | 0.72 |
| Hex | DA | DD | 93 | 1 | 0 | 21 | D | 3E | 34 | 48 |
| Octal | 332 | 335 | 223 | 1 | 0 | 41 | 15 | 76 | 64 | 110 |
| Binary | 11011010 | 11011101 | 10010011 | 1 | 0 | 100001 | 1101 | 111110 | 110100 | 1001000 |
Color Harmonies of #DADD93
Complementary color
Monochromatic Colors of #DADD93
Black with #DADD93
Text Example
Text Example
White with #DADD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD93; }
p { color: rgb(218,221,147); }
H1.HeaderClassName
{
color: #DADD93;
}
.AnyTagClassName
{
color: #DADD93;
}
</style>
background-color css
<style>
a { background-color: #DADD93; }
a { background-color: rgb(218,221,147); }
div.DivClassName
{
background-color: #DADD93;
}
.BgClassName
{
background-color: #DADD93;
}
</style>
border-color css
<style>
span { border-color: #DADD93; }
span { border-color: rgb(218,221,147); }
td.TdClassName
{
border-color: #DADD93;
}
.TagClassName
{
border-color: #DADD93;
}
</style>