Shades of Primrose #DCD899
Tints of Primrose #DCD899
RGB
CMYK
RGB Variations
Color information
#DCD899 (or 0xDCD899) is known color: Primrose. HEX triplet: DC, D8 and 99. RGB value is (220,216,153). Sum of RGB (Red+Green+Blue) = 220+216+153=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD899 is #232766. Grayscale: #D2D2D2. Windows color (decimal): -2303847 or 10082524. OLE color: 10082524.
HSL color Cylindrical-coordinate representation of color #DCD899: hue angle of 56.42º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD899 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 153 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.14 |
| HSL | 56.42º | 0.49% | 0.73% | - |
| HSV(B) | 56.42º | 0.3% | 0.86% | - |
| XYZ | 59.82 | 66.63 | 39.84 | - |
| YUV | 210.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 153 | 0 | 0.02 | 0.30 | 0.14 | 56.42 | 0.49 | 0.73 |
| Hex | DC | D8 | 99 | 0 | 2 | 1E | E | 38 | 31 | 49 |
| Octal | 334 | 330 | 231 | 0 | 2 | 36 | 16 | 70 | 61 | 111 |
| Binary | 11011100 | 11011000 | 10011001 | 0 | 10 | 11110 | 1110 | 111000 | 110001 | 1001001 |
Color Harmonies of #DCD899
Complementary color
Monochromatic Colors of #DCD899
Black with #DCD899
Text Example
Text Example
White with #DCD899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD899; }
p { color: rgb(220,216,153); }
H1.HeaderClassName
{
color: #DCD899;
}
.AnyTagClassName
{
color: #DCD899;
}
</style>
background-color css
<style>
a { background-color: #DCD899; }
a { background-color: rgb(220,216,153); }
div.DivClassName
{
background-color: #DCD899;
}
.BgClassName
{
background-color: #DCD899;
}
</style>
border-color css
<style>
span { border-color: #DCD899; }
span { border-color: rgb(220,216,153); }
td.TdClassName
{
border-color: #DCD899;
}
.TagClassName
{
border-color: #DCD899;
}
</style>