Shades of Primrose #DCDA94
Tints of Primrose #DCDA94
RGB
CMYK
RGB Variations
Color information
#DCDA94 (or 0xDCDA94) is known color: Primrose. HEX triplet: DC, DA and 94. RGB value is (220,218,148). Sum of RGB (Red+Green+Blue) = 220+218+148=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA94 is #23256B. Grayscale: #D2D2D2. Windows color (decimal): -2303340 or 9755356. OLE color: 9755356.
HSL color Cylindrical-coordinate representation of color #DCDA94: hue angle of 58.33º 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 #DCDA94 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 148 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.14 |
| HSL | 58.33º | 0.51% | 0.72% | - |
| HSV(B) | 58.33º | 0.33% | 0.86% | - |
| XYZ | 59.93 | 67.5 | 37.89 | - |
| YUV | 210.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 148 | 0 | 0.01 | 0.33 | 0.14 | 58.33 | 0.51 | 0.72 |
| Hex | DC | DA | 94 | 0 | 1 | 21 | E | 3A | 33 | 48 |
| Octal | 334 | 332 | 224 | 0 | 1 | 41 | 16 | 72 | 63 | 110 |
| Binary | 11011100 | 11011010 | 10010100 | 0 | 1 | 100001 | 1110 | 111010 | 110011 | 1001000 |
Color Harmonies of #DCDA94
Complementary color
Monochromatic Colors of #DCDA94
Black with #DCDA94
Text Example
Text Example
White with #DCDA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA94; }
p { color: rgb(220,218,148); }
H1.HeaderClassName
{
color: #DCDA94;
}
.AnyTagClassName
{
color: #DCDA94;
}
</style>
background-color css
<style>
a { background-color: #DCDA94; }
a { background-color: rgb(220,218,148); }
div.DivClassName
{
background-color: #DCDA94;
}
.BgClassName
{
background-color: #DCDA94;
}
</style>
border-color css
<style>
span { border-color: #DCDA94; }
span { border-color: rgb(220,218,148); }
td.TdClassName
{
border-color: #DCDA94;
}
.TagClassName
{
border-color: #DCDA94;
}
</style>