Shades of Primrose #DCDA93
Tints of Primrose #DCDA93
RGB
CMYK
RGB Variations
Color information
#DCDA93 (or 0xDCDA93) is known color: Primrose. HEX triplet: DC, DA and 93. RGB value is (220,218,147). Sum of RGB (Red+Green+Blue) = 220+218+147=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA93 is #23256C. Grayscale: #D2D2D2. Windows color (decimal): -2303341 or 9689820. OLE color: 9689820.
HSL color Cylindrical-coordinate representation of color #DCDA93: hue angle of 58.36º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCDA93 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 147 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.14 |
| HSL | 58.36º | 0.51% | 0.72% | - |
| HSV(B) | 58.36º | 0.33% | 0.86% | - |
| XYZ | 59.85 | 67.47 | 37.47 | - |
| YUV | 210.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 147 | 0 | 0.01 | 0.33 | 0.14 | 58.36 | 0.51 | 0.72 |
| Hex | DC | DA | 93 | 0 | 1 | 21 | E | 3A | 33 | 48 |
| Octal | 334 | 332 | 223 | 0 | 1 | 41 | 16 | 72 | 63 | 110 |
| Binary | 11011100 | 11011010 | 10010011 | 0 | 1 | 100001 | 1110 | 111010 | 110011 | 1001000 |
Color Harmonies of #DCDA93
Complementary color
Monochromatic Colors of #DCDA93
Black with #DCDA93
Text Example
Text Example
White with #DCDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA93; }
p { color: rgb(220,218,147); }
H1.HeaderClassName
{
color: #DCDA93;
}
.AnyTagClassName
{
color: #DCDA93;
}
</style>
background-color css
<style>
a { background-color: #DCDA93; }
a { background-color: rgb(220,218,147); }
div.DivClassName
{
background-color: #DCDA93;
}
.BgClassName
{
background-color: #DCDA93;
}
</style>
border-color css
<style>
span { border-color: #DCDA93; }
span { border-color: rgb(220,218,147); }
td.TdClassName
{
border-color: #DCDA93;
}
.TagClassName
{
border-color: #DCDA93;
}
</style>