Html Css Color HEX #DCE45D Manz

📋 copy color: '#DCE45D'

red 220 ◦ green 228 ◦ blue 93

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

Shades of Manz #DCE45D

Tints of Manz #DCE45D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.14%

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 40.67%
G = 42.14%
B = 17.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#DCE45D (or 0xDCE45D) is known color: Manz. HEX triplet: DC, E4 and 5D. RGB value is (220,228,93). Sum of RGB (Red+Green+Blue) = 220+228+93=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE45D is #231BA2. Grayscale: #D2D2D2. Windows color (decimal): -2300835 or 6153436. OLE color: 6153436.

HSL color Cylindrical-coordinate representation of color #DCE45D: hue angle of 63.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCE45D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 228 93 -
CMYK 0.04 0 0.59 0.11
HSL 63.56º 0.71% 0.63% -
HSV(B) 63.56º 0.59% 0.89% -
XYZ 59.23 71.49 21.03 -
YUV 210.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 220 228 93 0.04 0 0.59 0.11 63.56 0.71 0.63
Hex DC E4 5D 4 0 3B B 40 47 3F
Octal 334 344 135 4 0 73 13 100 107 77
Binary 11011100 11100100 1011101 100 0 111011 1011 1000000 1000111 111111

Color Harmonies of #DCE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE45D

Black with #DCE45D

Text Example


Text Example

White with #DCE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE45D; }

 p { color: rgb(220,228,93); }

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

background-color css

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

 a { background-color: rgb(220,228,93); }

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

border-color css

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

 span { border-color: rgb(220,228,93); }

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