Shades of Primrose #DCDB87
Tints of Primrose #DCDB87
RGB
CMYK
RGB Variations
Color information
#DCDB87 (or 0xDCDB87) is known color: Primrose. HEX triplet: DC, DB and 87. RGB value is (220,219,135). Sum of RGB (Red+Green+Blue) = 220+219+135=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 135 (53.12% from 255 or 23.52% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB87 is #232478. Grayscale: #D2D2D2. Windows color (decimal): -2303097 or 8903644. OLE color: 8903644.
HSL color Cylindrical-coordinate representation of color #DCDB87: 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.39%. Process color model (Four color, CMYK) of #DCDB87 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 135 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.14 |
| HSL | 59.29º | 0.55% | 0.7% | - |
| HSV(B) | 59.29º | 0.39% | 0.86% | - |
| XYZ | 59.22 | 67.63 | 32.85 | - |
| YUV | 209.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 135 | 0 | 0.00 | 0.39 | 0.14 | 59.29 | 0.55 | 0.7 |
| Hex | DC | DB | 87 | 0 | 0 | 27 | E | 3B | 37 | 46 |
| Octal | 334 | 333 | 207 | 0 | 0 | 47 | 16 | 73 | 67 | 106 |
| Binary | 11011100 | 11011011 | 10000111 | 0 | 0 | 100111 | 1110 | 111011 | 110111 | 1000110 |
Color Harmonies of #DCDB87
Complementary color
Monochromatic Colors of #DCDB87
Black with #DCDB87
Text Example
Text Example
White with #DCDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB87; }
p { color: rgb(220,219,135); }
H1.HeaderClassName
{
color: #DCDB87;
}
.AnyTagClassName
{
color: #DCDB87;
}
</style>
background-color css
<style>
a { background-color: #DCDB87; }
a { background-color: rgb(220,219,135); }
div.DivClassName
{
background-color: #DCDB87;
}
.BgClassName
{
background-color: #DCDB87;
}
</style>
border-color css
<style>
span { border-color: #DCDB87; }
span { border-color: rgb(220,219,135); }
td.TdClassName
{
border-color: #DCDB87;
}
.TagClassName
{
border-color: #DCDB87;
}
</style>