Shades of Primrose #DADC8F
Tints of Primrose #DADC8F
RGB
CMYK
RGB Variations
Color information
#DADC8F (or 0xDADC8F) is known color: Primrose. HEX triplet: DA, DC and 8F. RGB value is (218,220,143). Sum of RGB (Red+Green+Blue) = 218+220+143=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC8F is #252370. Grayscale: #D2D2D2. Windows color (decimal): -2433905 or 9428186. OLE color: 9428186.
HSL color Cylindrical-coordinate representation of color #DADC8F: hue angle of 61.56º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DADC8F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 143 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.14 |
| HSL | 61.56º | 0.52% | 0.71% | - |
| HSV(B) | 61.56º | 0.35% | 0.86% | - |
| XYZ | 59.46 | 68.08 | 35.99 | - |
| YUV | 210.62 | 89.84 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 143 | 0.01 | 0 | 0.35 | 0.14 | 61.56 | 0.52 | 0.71 |
| Hex | DA | DC | 8F | 1 | 0 | 23 | E | 3E | 34 | 47 |
| Octal | 332 | 334 | 217 | 1 | 0 | 43 | 16 | 76 | 64 | 107 |
| Binary | 11011010 | 11011100 | 10001111 | 1 | 0 | 100011 | 1110 | 111110 | 110100 | 1000111 |
Color Harmonies of #DADC8F
Complementary color
Monochromatic Colors of #DADC8F
Black with #DADC8F
Text Example
Text Example
White with #DADC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC8F; }
p { color: rgb(218,220,143); }
H1.HeaderClassName
{
color: #DADC8F;
}
.AnyTagClassName
{
color: #DADC8F;
}
</style>
background-color css
<style>
a { background-color: #DADC8F; }
a { background-color: rgb(218,220,143); }
div.DivClassName
{
background-color: #DADC8F;
}
.BgClassName
{
background-color: #DADC8F;
}
</style>
border-color css
<style>
span { border-color: #DADC8F; }
span { border-color: rgb(218,220,143); }
td.TdClassName
{
border-color: #DADC8F;
}
.TagClassName
{
border-color: #DADC8F;
}
</style>