Shades of Reef #DCE89A
Tints of Reef #DCE89A
RGB
CMYK
RGB Variations
Color information
#DCE89A (or 0xDCE89A) is known color: Reef. HEX triplet: DC, E8 and 9A. RGB value is (220,232,154). Sum of RGB (Red+Green+Blue) = 220+232+154=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE89A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE89A is #231765. Grayscale: #DBDBDB. Windows color (decimal): -2299750 or 10152156. OLE color: 10152156.
HSL color Cylindrical-coordinate representation of color #DCE89A: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE89A is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 154 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.09 |
| HSL | 69.23º | 0.63% | 0.76% | - |
| HSV(B) | 69.23º | 0.34% | 0.91% | - |
| XYZ | 64.2 | 75.26 | 41.71 | - |
| YUV | 219.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 154 | 0.05 | 0 | 0.34 | 0.09 | 69.23 | 0.63 | 0.76 |
| Hex | DC | E8 | 9A | 5 | 0 | 22 | 9 | 45 | 3F | 4C |
| Octal | 334 | 350 | 232 | 5 | 0 | 42 | 11 | 105 | 77 | 114 |
| Binary | 11011100 | 11101000 | 10011010 | 101 | 0 | 100010 | 1001 | 1000101 | 111111 | 1001100 |
Color Harmonies of #DCE89A
Complementary color
Monochromatic Colors of #DCE89A
Black with #DCE89A
Text Example
Text Example
White with #DCE89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE89A; }
p { color: rgb(220,232,154); }
H1.HeaderClassName
{
color: #DCE89A;
}
.AnyTagClassName
{
color: #DCE89A;
}
</style>
background-color css
<style>
a { background-color: #DCE89A; }
a { background-color: rgb(220,232,154); }
div.DivClassName
{
background-color: #DCE89A;
}
.BgClassName
{
background-color: #DCE89A;
}
</style>
border-color css
<style>
span { border-color: #DCE89A; }
span { border-color: rgb(220,232,154); }
td.TdClassName
{
border-color: #DCE89A;
}
.TagClassName
{
border-color: #DCE89A;
}
</style>