Shades of Primrose #DCD999
Tints of Primrose #DCD999
RGB
CMYK
RGB Variations
Color information
#DCD999 (or 0xDCD999) is known color: Primrose. HEX triplet: DC, D9 and 99. RGB value is (220,217,153). Sum of RGB (Red+Green+Blue) = 220+217+153=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD999 is #232666. Grayscale: #D2D2D2. Windows color (decimal): -2303591 or 10082780. OLE color: 10082780.
HSL color Cylindrical-coordinate representation of color #DCD999: hue angle of 57.31º 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 #DCD999 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 153 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.14 |
| HSL | 57.31º | 0.49% | 0.73% | - |
| HSV(B) | 57.31º | 0.3% | 0.86% | - |
| XYZ | 60.08 | 67.14 | 39.93 | - |
| YUV | 210.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 153 | 0 | 0.01 | 0.30 | 0.14 | 57.31 | 0.49 | 0.73 |
| Hex | DC | D9 | 99 | 0 | 1 | 1E | E | 39 | 31 | 49 |
| Octal | 334 | 331 | 231 | 0 | 1 | 36 | 16 | 71 | 61 | 111 |
| Binary | 11011100 | 11011001 | 10011001 | 0 | 1 | 11110 | 1110 | 111001 | 110001 | 1001001 |
Color Harmonies of #DCD999
Complementary color
Monochromatic Colors of #DCD999
Black with #DCD999
Text Example
Text Example
White with #DCD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD999; }
p { color: rgb(220,217,153); }
H1.HeaderClassName
{
color: #DCD999;
}
.AnyTagClassName
{
color: #DCD999;
}
</style>
background-color css
<style>
a { background-color: #DCD999; }
a { background-color: rgb(220,217,153); }
div.DivClassName
{
background-color: #DCD999;
}
.BgClassName
{
background-color: #DCD999;
}
</style>
border-color css
<style>
span { border-color: #DCD999; }
span { border-color: rgb(220,217,153); }
td.TdClassName
{
border-color: #DCD999;
}
.TagClassName
{
border-color: #DCD999;
}
</style>