#DCE951

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

Shades of Manz #DCE951

Tints of Manz #DCE951

Color information

#DCE951 (or 0xDCE951) is unknown color: approx Manz. HEX triplet: DC, E9 and 51. RGB value is (220,233,81). Sum of RGB (Red+Green+Blue) = 220+233+81=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE951 is #2316AE. Grayscale: #D4D4D4. Windows color (decimal): -2299567 or 5368284. OLE color: 5368284.

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

Color convert

RGB22023381-
CMYK0.0600.650.09
HSL65.13º77.55%61.57%-
HSV(B)65.13º65.24%91.37%-
XYZ60.1474.0918.92-
YUV211.7854.19133.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 233 (91.41% from 255) = 43.63%
BLUE value IS 81 (32.03% from 255) = 15.17%
R=41.20%
G=43.63%
B=15.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220233810.0600.650.0965.1377.5561.57
HexDCE95160419414e3e
Octal334351121601011110111676
Binary1101110011101001101000111001000001100110000011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE951; }

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

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

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

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

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

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

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

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