Html Css Color HEX #DCE160 Manz

📋 copy color: '#DCE160'

red 220 ◦ green 225 ◦ blue 96

#DCE160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DCE160

Tints of Manz #DCE160

RGB

 RED value IS 220 (86.33% from 255) = 40.67%

 GREEN value IS 225 (88.28% from 255) = 41.59%

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 40.67%
G = 41.59%
B = 17.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#DCE160 (or 0xDCE160) is known color: Manz. HEX triplet: DC, E1 and 60. RGB value is (220,225,96). Sum of RGB (Red+Green+Blue) = 220+225+96=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE160 is #231E9F. Grayscale: #D1D1D1. Windows color (decimal): -2301600 or 6349276. OLE color: 6349276.

HSL color Cylindrical-coordinate representation of color #DCE160: hue angle of 62.33º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCE160 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 96 -
CMYK 0.02 0 0.57 0.12
HSL 62.33º 0.68% 0.63% -
HSV(B) 62.33º 0.57% 0.88% -
XYZ 58.55 69.91 21.47 -
YUV 208.8 64.34 135.99 -
System Red Green Blue C M Y K H S L
Decimal 220 225 96 0.02 0 0.57 0.12 62.33 0.68 0.63
Hex DC E1 60 2 0 39 C 3E 44 3F
Octal 334 341 140 2 0 71 14 76 104 77
Binary 11011100 11100001 1100000 10 0 111001 1100 111110 1000100 111111

Color Harmonies of #DCE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE160

Black with #DCE160

Text Example


Text Example

White with #DCE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE160; }

 p { color: rgb(220,225,96); }

 H1.HeaderClassName
 {
   color: #DCE160;
 }
 .AnyTagClassName
 {
   color: #DCE160;
 }
</style>

background-color css

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

 a { background-color: rgb(220,225,96); }

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

border-color css

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

 span { border-color: rgb(220,225,96); }

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