Shades of Primrose #DCE699
Tints of Primrose #DCE699
RGB
CMYK
RGB Variations
Color information
#DCE699 (or 0xDCE699) is known color: Primrose. HEX triplet: DC, E6 and 99. RGB value is (220,230,153). Sum of RGB (Red+Green+Blue) = 220+230+153=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE699 is #231966. Grayscale: #DADADA. Windows color (decimal): -2300263 or 10086108. OLE color: 10086108.
HSL color Cylindrical-coordinate representation of color #DCE699: hue angle of 67.79º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE699 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 153 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.10 |
| HSL | 67.79º | 0.61% | 0.75% | - |
| HSV(B) | 67.79º | 0.33% | 0.9% | - |
| XYZ | 63.56 | 74.11 | 41.09 | - |
| YUV | 218.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 153 | 0.04 | 0 | 0.33 | 0.10 | 67.79 | 0.61 | 0.75 |
| Hex | DC | E6 | 99 | 4 | 0 | 21 | A | 44 | 3D | 4B |
| Octal | 334 | 346 | 231 | 4 | 0 | 41 | 12 | 104 | 75 | 113 |
| Binary | 11011100 | 11100110 | 10011001 | 100 | 0 | 100001 | 1010 | 1000100 | 111101 | 1001011 |
Color Harmonies of #DCE699
Complementary color
Monochromatic Colors of #DCE699
Black with #DCE699
Text Example
Text Example
White with #DCE699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE699; }
p { color: rgb(220,230,153); }
H1.HeaderClassName
{
color: #DCE699;
}
.AnyTagClassName
{
color: #DCE699;
}
</style>
background-color css
<style>
a { background-color: #DCE699; }
a { background-color: rgb(220,230,153); }
div.DivClassName
{
background-color: #DCE699;
}
.BgClassName
{
background-color: #DCE699;
}
</style>
border-color css
<style>
span { border-color: #DCE699; }
span { border-color: rgb(220,230,153); }
td.TdClassName
{
border-color: #DCE699;
}
.TagClassName
{
border-color: #DCE699;
}
</style>