Shades of Primrose #DCE082
Tints of Primrose #DCE082
RGB
CMYK
RGB Variations
Color information
#DCE082 (or 0xDCE082) is known color: Primrose. HEX triplet: DC, E0 and 82. RGB value is (220,224,130). Sum of RGB (Red+Green+Blue) = 220+224+130=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE082 is #231F7D. Grayscale: #D4D4D4. Windows color (decimal): -2301822 or 8577244. OLE color: 8577244.
HSL color Cylindrical-coordinate representation of color #DCE082: hue angle of 62.55º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE082 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 130 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.12 |
| HSL | 62.55º | 0.6% | 0.69% | - |
| HSV(B) | 62.55º | 0.42% | 0.88% | - |
| XYZ | 60.2 | 70.14 | 31.48 | - |
| YUV | 212.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 130 | 0.02 | 0 | 0.42 | 0.12 | 62.55 | 0.6 | 0.69 |
| Hex | DC | E0 | 82 | 2 | 0 | 2A | C | 3F | 3C | 45 |
| Octal | 334 | 340 | 202 | 2 | 0 | 52 | 14 | 77 | 74 | 105 |
| Binary | 11011100 | 11100000 | 10000010 | 10 | 0 | 101010 | 1100 | 111111 | 111100 | 1000101 |
Color Harmonies of #DCE082
Complementary color
Monochromatic Colors of #DCE082
Black with #DCE082
Text Example
Text Example
White with #DCE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE082; }
p { color: rgb(220,224,130); }
H1.HeaderClassName
{
color: #DCE082;
}
.AnyTagClassName
{
color: #DCE082;
}
</style>
background-color css
<style>
a { background-color: #DCE082; }
a { background-color: rgb(220,224,130); }
div.DivClassName
{
background-color: #DCE082;
}
.BgClassName
{
background-color: #DCE082;
}
</style>
border-color css
<style>
span { border-color: #DCE082; }
span { border-color: rgb(220,224,130); }
td.TdClassName
{
border-color: #DCE082;
}
.TagClassName
{
border-color: #DCE082;
}
</style>