Shades of Primrose #DCDB96
Tints of Primrose #DCDB96
RGB
CMYK
RGB Variations
Color information
#DCDB96 (or 0xDCDB96) is known color: Primrose. HEX triplet: DC, DB and 96. RGB value is (220,219,150). Sum of RGB (Red+Green+Blue) = 220+219+150=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB96 is #232469. Grayscale: #D3D3D3. Windows color (decimal): -2303082 or 9886684. OLE color: 9886684.
HSL color Cylindrical-coordinate representation of color #DCDB96: hue angle of 59.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCDB96 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 150 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.14 |
| HSL | 59.14º | 0.5% | 0.73% | - |
| HSV(B) | 59.14º | 0.32% | 0.86% | - |
| XYZ | 60.35 | 68.08 | 38.81 | - |
| YUV | 211.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 150 | 0 | 0.00 | 0.32 | 0.14 | 59.14 | 0.5 | 0.73 |
| Hex | DC | DB | 96 | 0 | 0 | 20 | E | 3B | 32 | 49 |
| Octal | 334 | 333 | 226 | 0 | 0 | 40 | 16 | 73 | 62 | 111 |
| Binary | 11011100 | 11011011 | 10010110 | 0 | 0 | 100000 | 1110 | 111011 | 110010 | 1001001 |
Color Harmonies of #DCDB96
Complementary color
Monochromatic Colors of #DCDB96
Black with #DCDB96
Text Example
Text Example
White with #DCDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB96; }
p { color: rgb(220,219,150); }
H1.HeaderClassName
{
color: #DCDB96;
}
.AnyTagClassName
{
color: #DCDB96;
}
</style>
background-color css
<style>
a { background-color: #DCDB96; }
a { background-color: rgb(220,219,150); }
div.DivClassName
{
background-color: #DCDB96;
}
.BgClassName
{
background-color: #DCDB96;
}
</style>
border-color css
<style>
span { border-color: #DCDB96; }
span { border-color: rgb(220,219,150); }
td.TdClassName
{
border-color: #DCDB96;
}
.TagClassName
{
border-color: #DCDB96;
}
</style>