Shades of Primrose #DCDA95
Tints of Primrose #DCDA95
RGB
CMYK
RGB Variations
Color information
#DCDA95 (or 0xDCDA95) is known color: Primrose. HEX triplet: DC, DA and 95. RGB value is (220,218,149). Sum of RGB (Red+Green+Blue) = 220+218+149=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA95 is #23256A. Grayscale: #D3D3D3. Windows color (decimal): -2303339 or 9820892. OLE color: 9820892.
HSL color Cylindrical-coordinate representation of color #DCDA95: hue angle of 58.31º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCDA95 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 149 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.14 |
| HSL | 58.31º | 0.5% | 0.72% | - |
| HSV(B) | 58.31º | 0.32% | 0.86% | - |
| XYZ | 60.01 | 67.53 | 38.31 | - |
| YUV | 210.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 149 | 0 | 0.01 | 0.32 | 0.14 | 58.31 | 0.5 | 0.72 |
| Hex | DC | DA | 95 | 0 | 1 | 20 | E | 3A | 32 | 48 |
| Octal | 334 | 332 | 225 | 0 | 1 | 40 | 16 | 72 | 62 | 110 |
| Binary | 11011100 | 11011010 | 10010101 | 0 | 1 | 100000 | 1110 | 111010 | 110010 | 1001000 |
Color Harmonies of #DCDA95
Complementary color
Monochromatic Colors of #DCDA95
Black with #DCDA95
Text Example
Text Example
White with #DCDA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA95; }
p { color: rgb(220,218,149); }
H1.HeaderClassName
{
color: #DCDA95;
}
.AnyTagClassName
{
color: #DCDA95;
}
</style>
background-color css
<style>
a { background-color: #DCDA95; }
a { background-color: rgb(220,218,149); }
div.DivClassName
{
background-color: #DCDA95;
}
.BgClassName
{
background-color: #DCDA95;
}
</style>
border-color css
<style>
span { border-color: #DCDA95; }
span { border-color: rgb(220,218,149); }
td.TdClassName
{
border-color: #DCDA95;
}
.TagClassName
{
border-color: #DCDA95;
}
</style>