Shades of Reef #DCED99
Tints of Reef #DCED99
RGB
CMYK
RGB Variations
Color information
#DCED99 (or 0xDCED99) is known color: Reef. HEX triplet: DC, ED and 99. RGB value is (220,237,153). Sum of RGB (Red+Green+Blue) = 220+237+153=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED99 is #231266. Grayscale: #DEDEDE. Windows color (decimal): -2298471 or 10087900. OLE color: 10087900.
HSL color Cylindrical-coordinate representation of color #DCED99: hue angle of 72.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCED99 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 153 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.07 |
| HSL | 72.14º | 0.7% | 0.76% | - |
| HSV(B) | 72.14º | 0.35% | 0.93% | - |
| XYZ | 65.55 | 78.08 | 41.75 | - |
| YUV | 222.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 153 | 0.07 | 0 | 0.35 | 0.07 | 72.14 | 0.7 | 0.76 |
| Hex | DC | ED | 99 | 7 | 0 | 23 | 7 | 48 | 46 | 4C |
| Octal | 334 | 355 | 231 | 7 | 0 | 43 | 7 | 110 | 106 | 114 |
| Binary | 11011100 | 11101101 | 10011001 | 111 | 0 | 100011 | 111 | 1001000 | 1000110 | 1001100 |
Color Harmonies of #DCED99
Complementary color
Monochromatic Colors of #DCED99
Black with #DCED99
Text Example
Text Example
White with #DCED99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED99; }
p { color: rgb(220,237,153); }
H1.HeaderClassName
{
color: #DCED99;
}
.AnyTagClassName
{
color: #DCED99;
}
</style>
background-color css
<style>
a { background-color: #DCED99; }
a { background-color: rgb(220,237,153); }
div.DivClassName
{
background-color: #DCED99;
}
.BgClassName
{
background-color: #DCED99;
}
</style>
border-color css
<style>
span { border-color: #DCED99; }
span { border-color: rgb(220,237,153); }
td.TdClassName
{
border-color: #DCED99;
}
.TagClassName
{
border-color: #DCED99;
}
</style>