#DECF5E

Color #DECF5E Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DECF5E

Tints of Manz #DECF5E

Color information

#DECF5E (or 0xDECF5E) is unknown color: approx Manz. HEX triplet: DE, CF and 5E. RGB value is (222,207,94). Sum of RGB (Red+Green+Blue) = 222+207+94=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF5E is #2130A1. Grayscale: #C7C7C7. Windows color (decimal): -2175138 or 6213598. OLE color: 6213598.

HSL color Cylindrical-coordinate representation of color #DECF5E: hue angle of 52.97º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DECF5E is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22220794-
CMYK00.070.580.13
HSL52.97º65.98%61.96%-
HSV(B)52.97º57.66%87.06%-
XYZ54.4660.9619.49-
YUV198.668.97144.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 94 (37.11% from 255) = 17.97%
R=42.45%
G=39.58%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222079400.070.580.1352.9765.9861.96
HexDECF5E073AD35423e
Octal3363171360772156510276
Binary11011110110011111011110011111101011011101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF5E; }

 p { color: rgb(222,207,94); }

 H1.HeaderClassName
 {
   color: #DECF5E;
 }
 .AnyTagClassName
 {
   color: #DECF5E;
 }
</style>
background-color css

<style>
 a { background-color: #DECF5E; }

 a { background-color: rgb(222,207,94); }

 div.DivClassName
 {
   background-color: #DECF5E;
 }
 .BgClassName
 {
   background-color: #DECF5E;
 }
</style>
border-color css

<style>
 span { border-color: #DECF5E; }

 span { border-color: rgb(222,207,94); }

 td.TdClassName
 {
   border-color: #DECF5E;
 }
 .TagClassName
 {
   border-color: #DECF5E;
 }
</style>