Shades of Primrose #DCDF88
Tints of Primrose #DCDF88
RGB
CMYK
RGB Variations
Color information
#DCDF88 (or 0xDCDF88) is known color: Primrose. HEX triplet: DC, DF and 88. RGB value is (220,223,136). Sum of RGB (Red+Green+Blue) = 220+223+136=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF88 is #232077. Grayscale: #D4D4D4. Windows color (decimal): -2302072 or 8970204. OLE color: 8970204.
HSL color Cylindrical-coordinate representation of color #DCDF88: hue angle of 62.07º degrees, saturation: 0.58, 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 #DCDF88 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 136 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.13 |
| HSL | 62.07º | 0.58% | 0.7% | - |
| HSV(B) | 62.07º | 0.39% | 0.87% | - |
| XYZ | 60.35 | 69.77 | 33.58 | - |
| YUV | 212.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 136 | 0.01 | 0 | 0.39 | 0.13 | 62.07 | 0.58 | 0.7 |
| Hex | DC | DF | 88 | 1 | 0 | 27 | D | 3E | 3A | 46 |
| Octal | 334 | 337 | 210 | 1 | 0 | 47 | 15 | 76 | 72 | 106 |
| Binary | 11011100 | 11011111 | 10001000 | 1 | 0 | 100111 | 1101 | 111110 | 111010 | 1000110 |
Color Harmonies of #DCDF88
Complementary color
Monochromatic Colors of #DCDF88
Black with #DCDF88
Text Example
Text Example
White with #DCDF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF88; }
p { color: rgb(220,223,136); }
H1.HeaderClassName
{
color: #DCDF88;
}
.AnyTagClassName
{
color: #DCDF88;
}
</style>
background-color css
<style>
a { background-color: #DCDF88; }
a { background-color: rgb(220,223,136); }
div.DivClassName
{
background-color: #DCDF88;
}
.BgClassName
{
background-color: #DCDF88;
}
</style>
border-color css
<style>
span { border-color: #DCDF88; }
span { border-color: rgb(220,223,136); }
td.TdClassName
{
border-color: #DCDF88;
}
.TagClassName
{
border-color: #DCDF88;
}
</style>