Shades of Primrose #DADC8D
Tints of Primrose #DADC8D
RGB
CMYK
RGB Variations
Color information
#DADC8D (or 0xDADC8D) is known color: Primrose. HEX triplet: DA, DC and 8D. RGB value is (218,220,141). Sum of RGB (Red+Green+Blue) = 218+220+141=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC8D is #252372. Grayscale: #D2D2D2. Windows color (decimal): -2433907 or 9297114. OLE color: 9297114.
HSL color Cylindrical-coordinate representation of color #DADC8D: hue angle of 61.52º 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 #DADC8D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 141 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.14 |
| HSL | 61.52º | 0.53% | 0.71% | - |
| HSV(B) | 61.52º | 0.36% | 0.86% | - |
| XYZ | 59.31 | 68.01 | 35.2 | - |
| YUV | 210.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 141 | 0.01 | 0 | 0.36 | 0.14 | 61.52 | 0.53 | 0.71 |
| Hex | DA | DC | 8D | 1 | 0 | 24 | E | 3E | 35 | 47 |
| Octal | 332 | 334 | 215 | 1 | 0 | 44 | 16 | 76 | 65 | 107 |
| Binary | 11011010 | 11011100 | 10001101 | 1 | 0 | 100100 | 1110 | 111110 | 110101 | 1000111 |
Color Harmonies of #DADC8D
Complementary color
Monochromatic Colors of #DADC8D
Black with #DADC8D
Text Example
Text Example
White with #DADC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC8D; }
p { color: rgb(218,220,141); }
H1.HeaderClassName
{
color: #DADC8D;
}
.AnyTagClassName
{
color: #DADC8D;
}
</style>
background-color css
<style>
a { background-color: #DADC8D; }
a { background-color: rgb(218,220,141); }
div.DivClassName
{
background-color: #DADC8D;
}
.BgClassName
{
background-color: #DADC8D;
}
</style>
border-color css
<style>
span { border-color: #DADC8D; }
span { border-color: rgb(218,220,141); }
td.TdClassName
{
border-color: #DADC8D;
}
.TagClassName
{
border-color: #DADC8D;
}
</style>