Shades of Primrose #DCD28E
Tints of Primrose #DCD28E
RGB
CMYK
RGB Variations
Color information
#DCD28E (or 0xDCD28E) is known color: Primrose. HEX triplet: DC, D2 and 8E. RGB value is (220,210,142). Sum of RGB (Red+Green+Blue) = 220+210+142=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD28E is #232D71. Grayscale: #CDCDCD. Windows color (decimal): -2305394 or 9360092. OLE color: 9360092.
HSL color Cylindrical-coordinate representation of color #DCD28E: hue angle of 52.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD28E is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 142 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.14 |
| HSL | 52.31º | 0.53% | 0.71% | - |
| HSV(B) | 52.31º | 0.35% | 0.86% | - |
| XYZ | 57.44 | 63.26 | 34.77 | - |
| YUV | 205.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 142 | 0 | 0.05 | 0.35 | 0.14 | 52.31 | 0.53 | 0.71 |
| Hex | DC | D2 | 8E | 0 | 5 | 23 | E | 34 | 35 | 47 |
| Octal | 334 | 322 | 216 | 0 | 5 | 43 | 16 | 64 | 65 | 107 |
| Binary | 11011100 | 11010010 | 10001110 | 0 | 101 | 100011 | 1110 | 110100 | 110101 | 1000111 |
Color Harmonies of #DCD28E
Complementary color
Monochromatic Colors of #DCD28E
Black with #DCD28E
Text Example
Text Example
White with #DCD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD28E; }
p { color: rgb(220,210,142); }
H1.HeaderClassName
{
color: #DCD28E;
}
.AnyTagClassName
{
color: #DCD28E;
}
</style>
background-color css
<style>
a { background-color: #DCD28E; }
a { background-color: rgb(220,210,142); }
div.DivClassName
{
background-color: #DCD28E;
}
.BgClassName
{
background-color: #DCD28E;
}
</style>
border-color css
<style>
span { border-color: #DCD28E; }
span { border-color: rgb(220,210,142); }
td.TdClassName
{
border-color: #DCD28E;
}
.TagClassName
{
border-color: #DCD28E;
}
</style>