Shades of Primrose #DADC89
Tints of Primrose #DADC89
RGB
CMYK
RGB Variations
Color information
#DADC89 (or 0xDADC89) is known color: Primrose. HEX triplet: DA, DC and 89. RGB value is (218,220,137). Sum of RGB (Red+Green+Blue) = 218+220+137=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC89 is #252376. Grayscale: #D2D2D2. Windows color (decimal): -2433911 or 9034970. OLE color: 9034970.
HSL color Cylindrical-coordinate representation of color #DADC89: hue angle of 61.45º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DADC89 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 137 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.14 |
| HSL | 61.45º | 0.54% | 0.7% | - |
| HSV(B) | 61.45º | 0.38% | 0.86% | - |
| XYZ | 59.02 | 67.9 | 33.66 | - |
| YUV | 209.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 137 | 0.01 | 0 | 0.38 | 0.14 | 61.45 | 0.54 | 0.7 |
| Hex | DA | DC | 89 | 1 | 0 | 26 | E | 3D | 36 | 46 |
| Octal | 332 | 334 | 211 | 1 | 0 | 46 | 16 | 75 | 66 | 106 |
| Binary | 11011010 | 11011100 | 10001001 | 1 | 0 | 100110 | 1110 | 111101 | 110110 | 1000110 |
Color Harmonies of #DADC89
Complementary color
Monochromatic Colors of #DADC89
Black with #DADC89
Text Example
Text Example
White with #DADC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC89; }
p { color: rgb(218,220,137); }
H1.HeaderClassName
{
color: #DADC89;
}
.AnyTagClassName
{
color: #DADC89;
}
</style>
background-color css
<style>
a { background-color: #DADC89; }
a { background-color: rgb(218,220,137); }
div.DivClassName
{
background-color: #DADC89;
}
.BgClassName
{
background-color: #DADC89;
}
</style>
border-color css
<style>
span { border-color: #DADC89; }
span { border-color: rgb(218,220,137); }
td.TdClassName
{
border-color: #DADC89;
}
.TagClassName
{
border-color: #DADC89;
}
</style>