Shades of Primrose #DCDB88
Tints of Primrose #DCDB88
RGB
CMYK
RGB Variations
Color information
#DCDB88 (or 0xDCDB88) is known color: Primrose. HEX triplet: DC, DB and 88. RGB value is (220,219,136). Sum of RGB (Red+Green+Blue) = 220+219+136=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB88 is #232477. Grayscale: #D2D2D2. Windows color (decimal): -2303096 or 8969180. OLE color: 8969180.
HSL color Cylindrical-coordinate representation of color #DCDB88: hue angle of 59.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCDB88 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 136 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.14 |
| HSL | 59.29º | 0.55% | 0.7% | - |
| HSV(B) | 59.29º | 0.38% | 0.86% | - |
| XYZ | 59.29 | 67.66 | 33.23 | - |
| YUV | 209.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 136 | 0 | 0.00 | 0.38 | 0.14 | 59.29 | 0.55 | 0.7 |
| Hex | DC | DB | 88 | 0 | 0 | 26 | E | 3B | 37 | 46 |
| Octal | 334 | 333 | 210 | 0 | 0 | 46 | 16 | 73 | 67 | 106 |
| Binary | 11011100 | 11011011 | 10001000 | 0 | 0 | 100110 | 1110 | 111011 | 110111 | 1000110 |
Color Harmonies of #DCDB88
Complementary color
Monochromatic Colors of #DCDB88
Black with #DCDB88
Text Example
Text Example
White with #DCDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB88; }
p { color: rgb(220,219,136); }
H1.HeaderClassName
{
color: #DCDB88;
}
.AnyTagClassName
{
color: #DCDB88;
}
</style>
background-color css
<style>
a { background-color: #DCDB88; }
a { background-color: rgb(220,219,136); }
div.DivClassName
{
background-color: #DCDB88;
}
.BgClassName
{
background-color: #DCDB88;
}
</style>
border-color css
<style>
span { border-color: #DCDB88; }
span { border-color: rgb(220,219,136); }
td.TdClassName
{
border-color: #DCDB88;
}
.TagClassName
{
border-color: #DCDB88;
}
</style>