Shades of Primrose #DCDB93
Tints of Primrose #DCDB93
RGB
CMYK
RGB Variations
Color information
#DCDB93 (or 0xDCDB93) is known color: Primrose. HEX triplet: DC, DB and 93. RGB value is (220,219,147). Sum of RGB (Red+Green+Blue) = 220+219+147=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB93 is #23246C. Grayscale: #D3D3D3. Windows color (decimal): -2303085 or 9690076. OLE color: 9690076.
HSL color Cylindrical-coordinate representation of color #DCDB93: hue angle of 59.18º 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 #DCDB93 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 147 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.14 |
| HSL | 59.18º | 0.51% | 0.72% | - |
| HSV(B) | 59.18º | 0.33% | 0.86% | - |
| XYZ | 60.11 | 67.99 | 37.56 | - |
| YUV | 211.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 147 | 0 | 0.00 | 0.33 | 0.14 | 59.18 | 0.51 | 0.72 |
| Hex | DC | DB | 93 | 0 | 0 | 21 | E | 3B | 33 | 48 |
| Octal | 334 | 333 | 223 | 0 | 0 | 41 | 16 | 73 | 63 | 110 |
| Binary | 11011100 | 11011011 | 10010011 | 0 | 0 | 100001 | 1110 | 111011 | 110011 | 1001000 |
Color Harmonies of #DCDB93
Complementary color
Monochromatic Colors of #DCDB93
Black with #DCDB93
Text Example
Text Example
White with #DCDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB93; }
p { color: rgb(220,219,147); }
H1.HeaderClassName
{
color: #DCDB93;
}
.AnyTagClassName
{
color: #DCDB93;
}
</style>
background-color css
<style>
a { background-color: #DCDB93; }
a { background-color: rgb(220,219,147); }
div.DivClassName
{
background-color: #DCDB93;
}
.BgClassName
{
background-color: #DCDB93;
}
</style>
border-color css
<style>
span { border-color: #DCDB93; }
span { border-color: rgb(220,219,147); }
td.TdClassName
{
border-color: #DCDB93;
}
.TagClassName
{
border-color: #DCDB93;
}
</style>