Shades of Primrose #DCD99A
Tints of Primrose #DCD99A
RGB
CMYK
RGB Variations
Color information
#DCD99A (or 0xDCD99A) is known color: Primrose. HEX triplet: DC, D9 and 9A. RGB value is (220,217,154). Sum of RGB (Red+Green+Blue) = 220+217+154=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD99A is #232665. Grayscale: #D2D2D2. Windows color (decimal): -2303590 or 10148316. OLE color: 10148316.
HSL color Cylindrical-coordinate representation of color #DCD99A: hue angle of 57.27º 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 #DCD99A is Cyan = 0, Magento = 0.01, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 154 | - |
| CMYK | 0 | 0.01 | 0.3 | 0.14 |
| HSL | 57.27º | 0.49% | 0.73% | - |
| HSV(B) | 57.27º | 0.3% | 0.86% | - |
| XYZ | 60.16 | 67.17 | 40.37 | - |
| YUV | 210.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 154 | 0 | 0.01 | 0.3 | 0.14 | 57.27 | 0.49 | 0.73 |
| Hex | DC | D9 | 9A | 0 | 1 | 1E | E | 39 | 31 | 49 |
| Octal | 334 | 331 | 232 | 0 | 1 | 36 | 16 | 71 | 61 | 111 |
| Binary | 11011100 | 11011001 | 10011010 | 0 | 1 | 11110 | 1110 | 111001 | 110001 | 1001001 |
Color Harmonies of #DCD99A
Complementary color
Monochromatic Colors of #DCD99A
Black with #DCD99A
Text Example
Text Example
White with #DCD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD99A; }
p { color: rgb(220,217,154); }
H1.HeaderClassName
{
color: #DCD99A;
}
.AnyTagClassName
{
color: #DCD99A;
}
</style>
background-color css
<style>
a { background-color: #DCD99A; }
a { background-color: rgb(220,217,154); }
div.DivClassName
{
background-color: #DCD99A;
}
.BgClassName
{
background-color: #DCD99A;
}
</style>
border-color css
<style>
span { border-color: #DCD99A; }
span { border-color: rgb(220,217,154); }
td.TdClassName
{
border-color: #DCD99A;
}
.TagClassName
{
border-color: #DCD99A;
}
</style>