Html Css Color HEX #DCE980 Mindaro

📋 copy color: '#DCE980'

red 220 ◦ green 233 ◦ blue 128

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

Shades of Mindaro #DCE980

Tints of Mindaro #DCE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.1%

 BLUE value IS 128 (50.39% from 255) = 22.03%

R = 37.87%
G = 40.1%
B = 22.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#DCE980 (or 0xDCE980) is known color: Mindaro. HEX triplet: DC, E9 and 80. RGB value is (220,233,128). Sum of RGB (Red+Green+Blue) = 220+233+128=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE980 is #23167F. Grayscale: #D9D9D9. Windows color (decimal): -2299520 or 8448476. OLE color: 8448476.

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

Color convert

RGB 220 233 128 -
CMYK 0.06 0 0.45 0.09
HSL 67.43º 0.7% 0.71% -
HSV(B) 67.43º 0.45% 0.91% -
XYZ 62.55 75.05 31.61 -
YUV 217.14 77.69 130.04 -
System Red Green Blue C M Y K H S L
Decimal 220 233 128 0.06 0 0.45 0.09 67.43 0.7 0.71
Hex DC E9 80 6 0 2D 9 43 46 47
Octal 334 351 200 6 0 55 11 103 106 107
Binary 11011100 11101001 10000000 110 0 101101 1001 1000011 1000110 1000111

Color Harmonies of #DCE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE980

Black with #DCE980

Text Example


Text Example

White with #DCE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE980; }

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

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

background-color css

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

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

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

border-color css

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

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

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