Shades of Primrose #DCDE99
Tints of Primrose #DCDE99
RGB
CMYK
RGB Variations
Color information
#DCDE99 (or 0xDCDE99) is known color: Primrose. HEX triplet: DC, DE and 99. RGB value is (220,222,153). Sum of RGB (Red+Green+Blue) = 220+222+153=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE99 is #232166. Grayscale: #D5D5D5. Windows color (decimal): -2302311 or 10084060. OLE color: 10084060.
HSL color Cylindrical-coordinate representation of color #DCDE99: hue angle of 61.74º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCDE99 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 153 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.13 |
| HSL | 61.74º | 0.51% | 0.74% | - |
| HSV(B) | 61.74º | 0.31% | 0.87% | - |
| XYZ | 61.39 | 69.76 | 40.37 | - |
| YUV | 213.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 153 | 0.01 | 0 | 0.31 | 0.13 | 61.74 | 0.51 | 0.74 |
| Hex | DC | DE | 99 | 1 | 0 | 1F | D | 3E | 33 | 4A |
| Octal | 334 | 336 | 231 | 1 | 0 | 37 | 15 | 76 | 63 | 112 |
| Binary | 11011100 | 11011110 | 10011001 | 1 | 0 | 11111 | 1101 | 111110 | 110011 | 1001010 |
Color Harmonies of #DCDE99
Complementary color
Monochromatic Colors of #DCDE99
Black with #DCDE99
Text Example
Text Example
White with #DCDE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE99; }
p { color: rgb(220,222,153); }
H1.HeaderClassName
{
color: #DCDE99;
}
.AnyTagClassName
{
color: #DCDE99;
}
</style>
background-color css
<style>
a { background-color: #DCDE99; }
a { background-color: rgb(220,222,153); }
div.DivClassName
{
background-color: #DCDE99;
}
.BgClassName
{
background-color: #DCDE99;
}
</style>
border-color css
<style>
span { border-color: #DCDE99; }
span { border-color: rgb(220,222,153); }
td.TdClassName
{
border-color: #DCDE99;
}
.TagClassName
{
border-color: #DCDE99;
}
</style>