Shades of Primrose #DADC8A
Tints of Primrose #DADC8A
RGB
CMYK
RGB Variations
Color information
#DADC8A (or 0xDADC8A) is known color: Primrose. HEX triplet: DA, DC and 8A. RGB value is (218,220,138). Sum of RGB (Red+Green+Blue) = 218+220+138=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC8A is #252375. Grayscale: #D2D2D2. Windows color (decimal): -2433910 or 9100506. OLE color: 9100506.
HSL color Cylindrical-coordinate representation of color #DADC8A: hue angle of 61.46º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DADC8A is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 138 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.14 |
| HSL | 61.46º | 0.54% | 0.7% | - |
| HSV(B) | 61.46º | 0.37% | 0.86% | - |
| XYZ | 59.09 | 67.93 | 34.04 | - |
| YUV | 210.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 138 | 0.01 | 0 | 0.37 | 0.14 | 61.46 | 0.54 | 0.7 |
| Hex | DA | DC | 8A | 1 | 0 | 25 | E | 3D | 36 | 46 |
| Octal | 332 | 334 | 212 | 1 | 0 | 45 | 16 | 75 | 66 | 106 |
| Binary | 11011010 | 11011100 | 10001010 | 1 | 0 | 100101 | 1110 | 111101 | 110110 | 1000110 |
Color Harmonies of #DADC8A
Complementary color
Monochromatic Colors of #DADC8A
Black with #DADC8A
Text Example
Text Example
White with #DADC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC8A; }
p { color: rgb(218,220,138); }
H1.HeaderClassName
{
color: #DADC8A;
}
.AnyTagClassName
{
color: #DADC8A;
}
</style>
background-color css
<style>
a { background-color: #DADC8A; }
a { background-color: rgb(218,220,138); }
div.DivClassName
{
background-color: #DADC8A;
}
.BgClassName
{
background-color: #DADC8A;
}
</style>
border-color css
<style>
span { border-color: #DADC8A; }
span { border-color: rgb(218,220,138); }
td.TdClassName
{
border-color: #DADC8A;
}
.TagClassName
{
border-color: #DADC8A;
}
</style>