Shades of Reef #DCE89B
Tints of Reef #DCE89B
RGB
CMYK
RGB Variations
Color information
#DCE89B (or 0xDCE89B) is known color: Reef. HEX triplet: DC, E8 and 9B. RGB value is (220,232,155). Sum of RGB (Red+Green+Blue) = 220+232+155=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE89B is #231764. Grayscale: #DBDBDB. Windows color (decimal): -2299749 or 10217692. OLE color: 10217692.
HSL color Cylindrical-coordinate representation of color #DCE89B: hue angle of 69.35º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE89B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 155 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.09 |
| HSL | 69.35º | 0.63% | 0.76% | - |
| HSV(B) | 69.35º | 0.33% | 0.91% | - |
| XYZ | 64.29 | 75.3 | 42.16 | - |
| YUV | 219.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 155 | 0.05 | 0 | 0.33 | 0.09 | 69.35 | 0.63 | 0.76 |
| Hex | DC | E8 | 9B | 5 | 0 | 21 | 9 | 45 | 3F | 4C |
| Octal | 334 | 350 | 233 | 5 | 0 | 41 | 11 | 105 | 77 | 114 |
| Binary | 11011100 | 11101000 | 10011011 | 101 | 0 | 100001 | 1001 | 1000101 | 111111 | 1001100 |
Color Harmonies of #DCE89B
Complementary color
Monochromatic Colors of #DCE89B
Black with #DCE89B
Text Example
Text Example
White with #DCE89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE89B; }
p { color: rgb(220,232,155); }
H1.HeaderClassName
{
color: #DCE89B;
}
.AnyTagClassName
{
color: #DCE89B;
}
</style>
background-color css
<style>
a { background-color: #DCE89B; }
a { background-color: rgb(220,232,155); }
div.DivClassName
{
background-color: #DCE89B;
}
.BgClassName
{
background-color: #DCE89B;
}
</style>
border-color css
<style>
span { border-color: #DCE89B; }
span { border-color: rgb(220,232,155); }
td.TdClassName
{
border-color: #DCE89B;
}
.TagClassName
{
border-color: #DCE89B;
}
</style>