Shades of Primrose #DCDA91
Tints of Primrose #DCDA91
RGB
CMYK
RGB Variations
Color information
#DCDA91 (or 0xDCDA91) is known color: Primrose. HEX triplet: DC, DA and 91. RGB value is (220,218,145). Sum of RGB (Red+Green+Blue) = 220+218+145=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA91 is #23256E. Grayscale: #D2D2D2. Windows color (decimal): -2303343 or 9558748. OLE color: 9558748.
HSL color Cylindrical-coordinate representation of color #DCDA91: hue angle of 58.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCDA91 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 145 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.14 |
| HSL | 58.4º | 0.52% | 0.72% | - |
| HSV(B) | 58.4º | 0.34% | 0.86% | - |
| XYZ | 59.7 | 67.4 | 36.65 | - |
| YUV | 210.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 145 | 0 | 0.01 | 0.34 | 0.14 | 58.4 | 0.52 | 0.72 |
| Hex | DC | DA | 91 | 0 | 1 | 22 | E | 3A | 34 | 48 |
| Octal | 334 | 332 | 221 | 0 | 1 | 42 | 16 | 72 | 64 | 110 |
| Binary | 11011100 | 11011010 | 10010001 | 0 | 1 | 100010 | 1110 | 111010 | 110100 | 1001000 |
Color Harmonies of #DCDA91
Complementary color
Monochromatic Colors of #DCDA91
Black with #DCDA91
Text Example
Text Example
White with #DCDA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA91; }
p { color: rgb(220,218,145); }
H1.HeaderClassName
{
color: #DCDA91;
}
.AnyTagClassName
{
color: #DCDA91;
}
</style>
background-color css
<style>
a { background-color: #DCDA91; }
a { background-color: rgb(220,218,145); }
div.DivClassName
{
background-color: #DCDA91;
}
.BgClassName
{
background-color: #DCDA91;
}
</style>
border-color css
<style>
span { border-color: #DCDA91; }
span { border-color: rgb(220,218,145); }
td.TdClassName
{
border-color: #DCDA91;
}
.TagClassName
{
border-color: #DCDA91;
}
</style>