Shades of Primrose #DCDD88
Tints of Primrose #DCDD88
RGB
CMYK
RGB Variations
Color information
#DCDD88 (or 0xDCDD88) is known color: Primrose. HEX triplet: DC, DD and 88. RGB value is (220,221,136). Sum of RGB (Red+Green+Blue) = 220+221+136=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD88 is #232277. Grayscale: #D3D3D3. Windows color (decimal): -2302584 or 8969692. OLE color: 8969692.
HSL color Cylindrical-coordinate representation of color #DCDD88: hue angle of 60.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCDD88 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 136 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.13 |
| HSL | 60.71º | 0.56% | 0.7% | - |
| HSV(B) | 60.71º | 0.38% | 0.87% | - |
| XYZ | 59.82 | 68.71 | 33.4 | - |
| YUV | 211.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 136 | 0.00 | 0 | 0.38 | 0.13 | 60.71 | 0.56 | 0.7 |
| Hex | DC | DD | 88 | 0 | 0 | 26 | D | 3D | 38 | 46 |
| Octal | 334 | 335 | 210 | 0 | 0 | 46 | 15 | 75 | 70 | 106 |
| Binary | 11011100 | 11011101 | 10001000 | 0 | 0 | 100110 | 1101 | 111101 | 111000 | 1000110 |
Color Harmonies of #DCDD88
Complementary color
Monochromatic Colors of #DCDD88
Black with #DCDD88
Text Example
Text Example
White with #DCDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD88; }
p { color: rgb(220,221,136); }
H1.HeaderClassName
{
color: #DCDD88;
}
.AnyTagClassName
{
color: #DCDD88;
}
</style>
background-color css
<style>
a { background-color: #DCDD88; }
a { background-color: rgb(220,221,136); }
div.DivClassName
{
background-color: #DCDD88;
}
.BgClassName
{
background-color: #DCDD88;
}
</style>
border-color css
<style>
span { border-color: #DCDD88; }
span { border-color: rgb(220,221,136); }
td.TdClassName
{
border-color: #DCDD88;
}
.TagClassName
{
border-color: #DCDD88;
}
</style>