Shades of Primrose #DCDA89
Tints of Primrose #DCDA89
RGB
CMYK
RGB Variations
Color information
#DCDA89 (or 0xDCDA89) is known color: Primrose. HEX triplet: DC, DA and 89. RGB value is (220,218,137). Sum of RGB (Red+Green+Blue) = 220+218+137=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA89 is #232576. Grayscale: #D1D1D1. Windows color (decimal): -2303351 or 9034460. OLE color: 9034460.
HSL color Cylindrical-coordinate representation of color #DCDA89: hue angle of 58.55º 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 #DCDA89 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 137 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.14 |
| HSL | 58.55º | 0.54% | 0.7% | - |
| HSV(B) | 58.55º | 0.38% | 0.86% | - |
| XYZ | 59.1 | 67.16 | 33.52 | - |
| YUV | 209.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 137 | 0 | 0.01 | 0.38 | 0.14 | 58.55 | 0.54 | 0.7 |
| Hex | DC | DA | 89 | 0 | 1 | 26 | E | 3B | 36 | 46 |
| Octal | 334 | 332 | 211 | 0 | 1 | 46 | 16 | 73 | 66 | 106 |
| Binary | 11011100 | 11011010 | 10001001 | 0 | 1 | 100110 | 1110 | 111011 | 110110 | 1000110 |
Color Harmonies of #DCDA89
Complementary color
Monochromatic Colors of #DCDA89
Black with #DCDA89
Text Example
Text Example
White with #DCDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA89; }
p { color: rgb(220,218,137); }
H1.HeaderClassName
{
color: #DCDA89;
}
.AnyTagClassName
{
color: #DCDA89;
}
</style>
background-color css
<style>
a { background-color: #DCDA89; }
a { background-color: rgb(220,218,137); }
div.DivClassName
{
background-color: #DCDA89;
}
.BgClassName
{
background-color: #DCDA89;
}
</style>
border-color css
<style>
span { border-color: #DCDA89; }
span { border-color: rgb(220,218,137); }
td.TdClassName
{
border-color: #DCDA89;
}
.TagClassName
{
border-color: #DCDA89;
}
</style>