Shades of Primrose #DADC9C
Tints of Primrose #DADC9C
RGB
CMYK
RGB Variations
Color information
#DADC9C (or 0xDADC9C) is known color: Primrose. HEX triplet: DA, DC and 9C. RGB value is (218,220,156). Sum of RGB (Red+Green+Blue) = 218+220+156=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC9C is #252363. Grayscale: #D4D4D4. Windows color (decimal): -2433892 or 10280154. OLE color: 10280154.
HSL color Cylindrical-coordinate representation of color #DADC9C: hue angle of 61.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADC9C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 156 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.14 |
| HSL | 61.88º | 0.48% | 0.74% | - |
| HSV(B) | 61.88º | 0.29% | 0.86% | - |
| XYZ | 60.51 | 68.49 | 41.48 | - |
| YUV | 212.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 156 | 0.01 | 0 | 0.29 | 0.14 | 61.88 | 0.48 | 0.74 |
| Hex | DA | DC | 9C | 1 | 0 | 1D | E | 3E | 30 | 4A |
| Octal | 332 | 334 | 234 | 1 | 0 | 35 | 16 | 76 | 60 | 112 |
| Binary | 11011010 | 11011100 | 10011100 | 1 | 0 | 11101 | 1110 | 111110 | 110000 | 1001010 |
Color Harmonies of #DADC9C
Complementary color
Monochromatic Colors of #DADC9C
Black with #DADC9C
Text Example
Text Example
White with #DADC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC9C; }
p { color: rgb(218,220,156); }
H1.HeaderClassName
{
color: #DADC9C;
}
.AnyTagClassName
{
color: #DADC9C;
}
</style>
background-color css
<style>
a { background-color: #DADC9C; }
a { background-color: rgb(218,220,156); }
div.DivClassName
{
background-color: #DADC9C;
}
.BgClassName
{
background-color: #DADC9C;
}
</style>
border-color css
<style>
span { border-color: #DADC9C; }
span { border-color: rgb(218,220,156); }
td.TdClassName
{
border-color: #DADC9C;
}
.TagClassName
{
border-color: #DADC9C;
}
</style>