Shades of Primrose #DADD9C
Tints of Primrose #DADD9C
RGB
CMYK
RGB Variations
Color information
#DADD9C (or 0xDADD9C) is known color: Primrose. HEX triplet: DA, DD and 9C. RGB value is (218,221,156). Sum of RGB (Red+Green+Blue) = 218+221+156=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD9C is #252263. Grayscale: #D4D4D4. Windows color (decimal): -2433636 or 10280410. OLE color: 10280410.
HSL color Cylindrical-coordinate representation of color #DADD9C: hue angle of 62.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADD9C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 156 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.13 |
| HSL | 62.77º | 0.49% | 0.74% | - |
| HSV(B) | 62.77º | 0.29% | 0.87% | - |
| XYZ | 60.77 | 69.02 | 41.57 | - |
| YUV | 212.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 156 | 0.01 | 0 | 0.29 | 0.13 | 62.77 | 0.49 | 0.74 |
| Hex | DA | DD | 9C | 1 | 0 | 1D | D | 3F | 31 | 4A |
| Octal | 332 | 335 | 234 | 1 | 0 | 35 | 15 | 77 | 61 | 112 |
| Binary | 11011010 | 11011101 | 10011100 | 1 | 0 | 11101 | 1101 | 111111 | 110001 | 1001010 |
Color Harmonies of #DADD9C
Complementary color
Monochromatic Colors of #DADD9C
Black with #DADD9C
Text Example
Text Example
White with #DADD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD9C; }
p { color: rgb(218,221,156); }
H1.HeaderClassName
{
color: #DADD9C;
}
.AnyTagClassName
{
color: #DADD9C;
}
</style>
background-color css
<style>
a { background-color: #DADD9C; }
a { background-color: rgb(218,221,156); }
div.DivClassName
{
background-color: #DADD9C;
}
.BgClassName
{
background-color: #DADD9C;
}
</style>
border-color css
<style>
span { border-color: #DADD9C; }
span { border-color: rgb(218,221,156); }
td.TdClassName
{
border-color: #DADD9C;
}
.TagClassName
{
border-color: #DADD9C;
}
</style>