Shades of Primrose #DCDB85
Tints of Primrose #DCDB85
RGB
CMYK
RGB Variations
Color information
#DCDB85 (or 0xDCDB85) is known color: Primrose. HEX triplet: DC, DB and 85. RGB value is (220,219,133). Sum of RGB (Red+Green+Blue) = 220+219+133=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB85 is #23247A. Grayscale: #D1D1D1. Windows color (decimal): -2303099 or 8772572. OLE color: 8772572.
HSL color Cylindrical-coordinate representation of color #DCDB85: hue angle of 59.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDB85 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 133 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.14 |
| HSL | 59.31º | 0.55% | 0.69% | - |
| HSV(B) | 59.31º | 0.4% | 0.86% | - |
| XYZ | 59.08 | 67.57 | 32.12 | - |
| YUV | 209.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 133 | 0 | 0.00 | 0.40 | 0.14 | 59.31 | 0.55 | 0.69 |
| Hex | DC | DB | 85 | 0 | 0 | 28 | E | 3B | 37 | 45 |
| Octal | 334 | 333 | 205 | 0 | 0 | 50 | 16 | 73 | 67 | 105 |
| Binary | 11011100 | 11011011 | 10000101 | 0 | 0 | 101000 | 1110 | 111011 | 110111 | 1000101 |
Color Harmonies of #DCDB85
Complementary color
Monochromatic Colors of #DCDB85
Black with #DCDB85
Text Example
Text Example
White with #DCDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB85; }
p { color: rgb(220,219,133); }
H1.HeaderClassName
{
color: #DCDB85;
}
.AnyTagClassName
{
color: #DCDB85;
}
</style>
background-color css
<style>
a { background-color: #DCDB85; }
a { background-color: rgb(220,219,133); }
div.DivClassName
{
background-color: #DCDB85;
}
.BgClassName
{
background-color: #DCDB85;
}
</style>
border-color css
<style>
span { border-color: #DCDB85; }
span { border-color: rgb(220,219,133); }
td.TdClassName
{
border-color: #DCDB85;
}
.TagClassName
{
border-color: #DCDB85;
}
</style>