Shades of Primrose #DCD881
Tints of Primrose #DCD881
RGB
CMYK
RGB Variations
Color information
#DCD881 (or 0xDCD881) is known color: Primrose. HEX triplet: DC, D8 and 81. RGB value is (220,216,129). Sum of RGB (Red+Green+Blue) = 220+216+129=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD881 is #23277E. Grayscale: #CFCFCF. Windows color (decimal): -2303871 or 8509660. OLE color: 8509660.
HSL color Cylindrical-coordinate representation of color #DCD881: hue angle of 57.36º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCD881 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 129 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.14 |
| HSL | 57.36º | 0.57% | 0.68% | - |
| HSV(B) | 57.36º | 0.41% | 0.86% | - |
| XYZ | 58.03 | 65.91 | 30.43 | - |
| YUV | 207.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 129 | 0 | 0.02 | 0.41 | 0.14 | 57.36 | 0.57 | 0.68 |
| Hex | DC | D8 | 81 | 0 | 2 | 29 | E | 39 | 39 | 44 |
| Octal | 334 | 330 | 201 | 0 | 2 | 51 | 16 | 71 | 71 | 104 |
| Binary | 11011100 | 11011000 | 10000001 | 0 | 10 | 101001 | 1110 | 111001 | 111001 | 1000100 |
Color Harmonies of #DCD881
Complementary color
Monochromatic Colors of #DCD881
Black with #DCD881
Text Example
Text Example
White with #DCD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD881; }
p { color: rgb(220,216,129); }
H1.HeaderClassName
{
color: #DCD881;
}
.AnyTagClassName
{
color: #DCD881;
}
</style>
background-color css
<style>
a { background-color: #DCD881; }
a { background-color: rgb(220,216,129); }
div.DivClassName
{
background-color: #DCD881;
}
.BgClassName
{
background-color: #DCD881;
}
</style>
border-color css
<style>
span { border-color: #DCD881; }
span { border-color: rgb(220,216,129); }
td.TdClassName
{
border-color: #DCD881;
}
.TagClassName
{
border-color: #DCD881;
}
</style>