#DCE956

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

Shades of Manz #DCE956

Tints of Manz #DCE956

Color information

#DCE956 (or 0xDCE956) is unknown color: approx Manz. HEX triplet: DC, E9 and 56. RGB value is (220,233,86). Sum of RGB (Red+Green+Blue) = 220+233+86=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE956 is #2316A9. Grayscale: #D4D4D4. Windows color (decimal): -2299562 or 5695964. OLE color: 5695964.

HSL color Cylindrical-coordinate representation of color #DCE956: hue angle of 65.31º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCE956 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB22023386-
CMYK0.0600.630.09
HSL65.31º76.96%62.55%-
HSV(B)65.31º63.09%91.37%-
XYZ60.3374.1719.94-
YUV212.3656.69133.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 86 (33.98% from 255) = 15.96%
R=40.82%
G=43.23%
B=15.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220233860.0600.630.0965.3176.9662.55
HexDCE956603F9414d3f
Octal33435112660771110111577
Binary110111001110100110101101100111111100110000011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE956; }

 p { color: rgb(220,233,86); }

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

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

 a { background-color: rgb(220,233,86); }

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

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

 span { border-color: rgb(220,233,86); }

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