Shades of Primrose #DCD98B
Tints of Primrose #DCD98B
RGB
CMYK
RGB Variations
Color information
#DCD98B (or 0xDCD98B) is known color: Primrose. HEX triplet: DC, D9 and 8B. RGB value is (220,217,139). Sum of RGB (Red+Green+Blue) = 220+217+139=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD98B is #232674. Grayscale: #D1D1D1. Windows color (decimal): -2303605 or 9165276. OLE color: 9165276.
HSL color Cylindrical-coordinate representation of color #DCD98B: hue angle of 57.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD98B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 139 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.14 |
| HSL | 57.78º | 0.54% | 0.7% | - |
| HSV(B) | 57.78º | 0.37% | 0.86% | - |
| XYZ | 58.99 | 66.71 | 34.19 | - |
| YUV | 209.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 139 | 0 | 0.01 | 0.37 | 0.14 | 57.78 | 0.54 | 0.7 |
| Hex | DC | D9 | 8B | 0 | 1 | 25 | E | 3A | 36 | 46 |
| Octal | 334 | 331 | 213 | 0 | 1 | 45 | 16 | 72 | 66 | 106 |
| Binary | 11011100 | 11011001 | 10001011 | 0 | 1 | 100101 | 1110 | 111010 | 110110 | 1000110 |
Color Harmonies of #DCD98B
Complementary color
Monochromatic Colors of #DCD98B
Black with #DCD98B
Text Example
Text Example
White with #DCD98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD98B; }
p { color: rgb(220,217,139); }
H1.HeaderClassName
{
color: #DCD98B;
}
.AnyTagClassName
{
color: #DCD98B;
}
</style>
background-color css
<style>
a { background-color: #DCD98B; }
a { background-color: rgb(220,217,139); }
div.DivClassName
{
background-color: #DCD98B;
}
.BgClassName
{
background-color: #DCD98B;
}
</style>
border-color css
<style>
span { border-color: #DCD98B; }
span { border-color: rgb(220,217,139); }
td.TdClassName
{
border-color: #DCD98B;
}
.TagClassName
{
border-color: #DCD98B;
}
</style>