Html Css Color HEX #DCE058 Manz

📋 copy color: '#DCE058'

red 220 ◦ green 224 ◦ blue 88

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

Shades of Manz #DCE058

Tints of Manz #DCE058

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.11%

 BLUE value IS 88 (34.77% from 255) = 16.54%

R = 41.35%
G = 42.11%
B = 16.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#DCE058 (or 0xDCE058) is known color: Manz. HEX triplet: DC, E0 and 58. RGB value is (220,224,88). Sum of RGB (Red+Green+Blue) = 220+224+88=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE058 is #231FA7. Grayscale: #CFCFCF. Windows color (decimal): -2301864 or 5824732. OLE color: 5824732.

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

Color convert

RGB 220 224 88 -
CMYK 0.02 0 0.61 0.12
HSL 61.76º 0.69% 0.61% -
HSV(B) 61.76º 0.61% 0.88% -
XYZ 57.93 69.23 19.54 -
YUV 207.3 60.67 137.06 -
System Red Green Blue C M Y K H S L
Decimal 220 224 88 0.02 0 0.61 0.12 61.76 0.69 0.61
Hex DC E0 58 2 0 3D C 3E 45 3D
Octal 334 340 130 2 0 75 14 76 105 75
Binary 11011100 11100000 1011000 10 0 111101 1100 111110 1000101 111101

Color Harmonies of #DCE058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE058

Black with #DCE058

Text Example


Text Example

White with #DCE058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE058; }

 p { color: rgb(220,224,88); }

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

background-color css

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

 a { background-color: rgb(220,224,88); }

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

border-color css

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

 span { border-color: rgb(220,224,88); }

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