Shades of Primrose #DCD998
Tints of Primrose #DCD998
RGB
CMYK
RGB Variations
Color information
#DCD998 (or 0xDCD998) is known color: Primrose. HEX triplet: DC, D9 and 98. RGB value is (220,217,152). Sum of RGB (Red+Green+Blue) = 220+217+152=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD998 is #232667. Grayscale: #D2D2D2. Windows color (decimal): -2303592 or 10017244. OLE color: 10017244.
HSL color Cylindrical-coordinate representation of color #DCD998: hue angle of 57.35º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCD998 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 152 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.14 |
| HSL | 57.35º | 0.49% | 0.73% | - |
| HSV(B) | 57.35º | 0.31% | 0.86% | - |
| XYZ | 60 | 67.11 | 39.5 | - |
| YUV | 210.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 152 | 0 | 0.01 | 0.31 | 0.14 | 57.35 | 0.49 | 0.73 |
| Hex | DC | D9 | 98 | 0 | 1 | 1F | E | 39 | 31 | 49 |
| Octal | 334 | 331 | 230 | 0 | 1 | 37 | 16 | 71 | 61 | 111 |
| Binary | 11011100 | 11011001 | 10011000 | 0 | 1 | 11111 | 1110 | 111001 | 110001 | 1001001 |
Color Harmonies of #DCD998
Complementary color
Monochromatic Colors of #DCD998
Black with #DCD998
Text Example
Text Example
White with #DCD998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD998; }
p { color: rgb(220,217,152); }
H1.HeaderClassName
{
color: #DCD998;
}
.AnyTagClassName
{
color: #DCD998;
}
</style>
background-color css
<style>
a { background-color: #DCD998; }
a { background-color: rgb(220,217,152); }
div.DivClassName
{
background-color: #DCD998;
}
.BgClassName
{
background-color: #DCD998;
}
</style>
border-color css
<style>
span { border-color: #DCD998; }
span { border-color: rgb(220,217,152); }
td.TdClassName
{
border-color: #DCD998;
}
.TagClassName
{
border-color: #DCD998;
}
</style>