Shades of Primrose #DCD885
Tints of Primrose #DCD885
RGB
CMYK
RGB Variations
Color information
#DCD885 (or 0xDCD885) is known color: Primrose. HEX triplet: DC, D8 and 85. RGB value is (220,216,133). Sum of RGB (Red+Green+Blue) = 220+216+133=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD885 is #23277A. Grayscale: #D0D0D0. Windows color (decimal): -2303867 or 8771804. OLE color: 8771804.
HSL color Cylindrical-coordinate representation of color #DCD885: hue angle of 57.24º 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 #DCD885 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 133 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.14 |
| HSL | 57.24º | 0.55% | 0.69% | - |
| HSV(B) | 57.24º | 0.4% | 0.86% | - |
| XYZ | 58.3 | 66.02 | 31.86 | - |
| YUV | 207.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 133 | 0 | 0.02 | 0.40 | 0.14 | 57.24 | 0.55 | 0.69 |
| Hex | DC | D8 | 85 | 0 | 2 | 28 | E | 39 | 37 | 45 |
| Octal | 334 | 330 | 205 | 0 | 2 | 50 | 16 | 71 | 67 | 105 |
| Binary | 11011100 | 11011000 | 10000101 | 0 | 10 | 101000 | 1110 | 111001 | 110111 | 1000101 |
Color Harmonies of #DCD885
Complementary color
Monochromatic Colors of #DCD885
Black with #DCD885
Text Example
Text Example
White with #DCD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD885; }
p { color: rgb(220,216,133); }
H1.HeaderClassName
{
color: #DCD885;
}
.AnyTagClassName
{
color: #DCD885;
}
</style>
background-color css
<style>
a { background-color: #DCD885; }
a { background-color: rgb(220,216,133); }
div.DivClassName
{
background-color: #DCD885;
}
.BgClassName
{
background-color: #DCD885;
}
</style>
border-color css
<style>
span { border-color: #DCD885; }
span { border-color: rgb(220,216,133); }
td.TdClassName
{
border-color: #DCD885;
}
.TagClassName
{
border-color: #DCD885;
}
</style>