Shades of Primrose #DADD8C
Tints of Primrose #DADD8C
RGB
CMYK
RGB Variations
Color information
#DADD8C (or 0xDADD8C) is known color: Primrose. HEX triplet: DA, DD and 8C. RGB value is (218,221,140). Sum of RGB (Red+Green+Blue) = 218+221+140=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD8C is #252273. Grayscale: #D3D3D3. Windows color (decimal): -2433652 or 9231834. OLE color: 9231834.
HSL color Cylindrical-coordinate representation of color #DADD8C: hue angle of 62.22º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DADD8C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 140 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.13 |
| HSL | 62.22º | 0.54% | 0.71% | - |
| HSV(B) | 62.22º | 0.37% | 0.87% | - |
| XYZ | 59.5 | 68.51 | 34.9 | - |
| YUV | 210.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 140 | 0.01 | 0 | 0.37 | 0.13 | 62.22 | 0.54 | 0.71 |
| Hex | DA | DD | 8C | 1 | 0 | 25 | D | 3E | 36 | 47 |
| Octal | 332 | 335 | 214 | 1 | 0 | 45 | 15 | 76 | 66 | 107 |
| Binary | 11011010 | 11011101 | 10001100 | 1 | 0 | 100101 | 1101 | 111110 | 110110 | 1000111 |
Color Harmonies of #DADD8C
Complementary color
Monochromatic Colors of #DADD8C
Black with #DADD8C
Text Example
Text Example
White with #DADD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD8C; }
p { color: rgb(218,221,140); }
H1.HeaderClassName
{
color: #DADD8C;
}
.AnyTagClassName
{
color: #DADD8C;
}
</style>
background-color css
<style>
a { background-color: #DADD8C; }
a { background-color: rgb(218,221,140); }
div.DivClassName
{
background-color: #DADD8C;
}
.BgClassName
{
background-color: #DADD8C;
}
</style>
border-color css
<style>
span { border-color: #DADD8C; }
span { border-color: rgb(218,221,140); }
td.TdClassName
{
border-color: #DADD8C;
}
.TagClassName
{
border-color: #DADD8C;
}
</style>