Shades of Primrose #DADC8C
Tints of Primrose #DADC8C
RGB
CMYK
RGB Variations
Color information
#DADC8C (or 0xDADC8C) is known color: Primrose. HEX triplet: DA, DC and 8C. RGB value is (218,220,140). Sum of RGB (Red+Green+Blue) = 218+220+140=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC8C is #252373. Grayscale: #D2D2D2. Windows color (decimal): -2433908 or 9231578. OLE color: 9231578.
HSL color Cylindrical-coordinate representation of color #DADC8C: hue angle of 61.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DADC8C is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 140 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.14 |
| HSL | 61.5º | 0.53% | 0.71% | - |
| HSV(B) | 61.5º | 0.36% | 0.86% | - |
| XYZ | 59.24 | 67.99 | 34.81 | - |
| YUV | 210.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 140 | 0.01 | 0 | 0.36 | 0.14 | 61.5 | 0.53 | 0.71 |
| Hex | DA | DC | 8C | 1 | 0 | 24 | E | 3E | 35 | 47 |
| Octal | 332 | 334 | 214 | 1 | 0 | 44 | 16 | 76 | 65 | 107 |
| Binary | 11011010 | 11011100 | 10001100 | 1 | 0 | 100100 | 1110 | 111110 | 110101 | 1000111 |
Color Harmonies of #DADC8C
Complementary color
Monochromatic Colors of #DADC8C
Black with #DADC8C
Text Example
Text Example
White with #DADC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC8C; }
p { color: rgb(218,220,140); }
H1.HeaderClassName
{
color: #DADC8C;
}
.AnyTagClassName
{
color: #DADC8C;
}
</style>
background-color css
<style>
a { background-color: #DADC8C; }
a { background-color: rgb(218,220,140); }
div.DivClassName
{
background-color: #DADC8C;
}
.BgClassName
{
background-color: #DADC8C;
}
</style>
border-color css
<style>
span { border-color: #DADC8C; }
span { border-color: rgb(218,220,140); }
td.TdClassName
{
border-color: #DADC8C;
}
.TagClassName
{
border-color: #DADC8C;
}
</style>