Shades of Primrose #DCDE88
Tints of Primrose #DCDE88
RGB
CMYK
RGB Variations
Color information
#DCDE88 (or 0xDCDE88) is known color: Primrose. HEX triplet: DC, DE and 88. RGB value is (220,222,136). Sum of RGB (Red+Green+Blue) = 220+222+136=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE88 is #232177. Grayscale: #D3D3D3. Windows color (decimal): -2302328 or 8969948. OLE color: 8969948.
HSL color Cylindrical-coordinate representation of color #DCDE88: hue angle of 61.4º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCDE88 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 136 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.13 |
| HSL | 61.4º | 0.57% | 0.7% | - |
| HSV(B) | 61.4º | 0.39% | 0.87% | - |
| XYZ | 60.08 | 69.24 | 33.49 | - |
| YUV | 211.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 136 | 0.01 | 0 | 0.39 | 0.13 | 61.4 | 0.57 | 0.7 |
| Hex | DC | DE | 88 | 1 | 0 | 27 | D | 3D | 39 | 46 |
| Octal | 334 | 336 | 210 | 1 | 0 | 47 | 15 | 75 | 71 | 106 |
| Binary | 11011100 | 11011110 | 10001000 | 1 | 0 | 100111 | 1101 | 111101 | 111001 | 1000110 |
Color Harmonies of #DCDE88
Complementary color
Monochromatic Colors of #DCDE88
Black with #DCDE88
Text Example
Text Example
White with #DCDE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE88; }
p { color: rgb(220,222,136); }
H1.HeaderClassName
{
color: #DCDE88;
}
.AnyTagClassName
{
color: #DCDE88;
}
</style>
background-color css
<style>
a { background-color: #DCDE88; }
a { background-color: rgb(220,222,136); }
div.DivClassName
{
background-color: #DCDE88;
}
.BgClassName
{
background-color: #DCDE88;
}
</style>
border-color css
<style>
span { border-color: #DCDE88; }
span { border-color: rgb(220,222,136); }
td.TdClassName
{
border-color: #DCDE88;
}
.TagClassName
{
border-color: #DCDE88;
}
</style>