Shades of Primrose #DCE69A
Tints of Primrose #DCE69A
RGB
CMYK
RGB Variations
Color information
#DCE69A (or 0xDCE69A) is known color: Primrose. HEX triplet: DC, E6 and 9A. RGB value is (220,230,154). Sum of RGB (Red+Green+Blue) = 220+230+154=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE69A is #231965. Grayscale: #DADADA. Windows color (decimal): -2300262 or 10151644. OLE color: 10151644.
HSL color Cylindrical-coordinate representation of color #DCE69A: hue angle of 67.89º degrees, saturation: 0.6, 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 #DCE69A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 154 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.10 |
| HSL | 67.89º | 0.6% | 0.75% | - |
| HSV(B) | 67.89º | 0.33% | 0.9% | - |
| XYZ | 63.64 | 74.14 | 41.53 | - |
| YUV | 218.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 154 | 0.04 | 0 | 0.33 | 0.10 | 67.89 | 0.6 | 0.75 |
| Hex | DC | E6 | 9A | 4 | 0 | 21 | A | 44 | 3C | 4B |
| Octal | 334 | 346 | 232 | 4 | 0 | 41 | 12 | 104 | 74 | 113 |
| Binary | 11011100 | 11100110 | 10011010 | 100 | 0 | 100001 | 1010 | 1000100 | 111100 | 1001011 |
Color Harmonies of #DCE69A
Complementary color
Monochromatic Colors of #DCE69A
Black with #DCE69A
Text Example
Text Example
White with #DCE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE69A; }
p { color: rgb(220,230,154); }
H1.HeaderClassName
{
color: #DCE69A;
}
.AnyTagClassName
{
color: #DCE69A;
}
</style>
background-color css
<style>
a { background-color: #DCE69A; }
a { background-color: rgb(220,230,154); }
div.DivClassName
{
background-color: #DCE69A;
}
.BgClassName
{
background-color: #DCE69A;
}
</style>
border-color css
<style>
span { border-color: #DCE69A; }
span { border-color: rgb(220,230,154); }
td.TdClassName
{
border-color: #DCE69A;
}
.TagClassName
{
border-color: #DCE69A;
}
</style>