#DCED80

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

Shades of Mindaro #DCED80

Tints of Mindaro #DCED80

Color information

#DCED80 (or 0xDCED80) is unknown color: approx Mindaro. HEX triplet: DC, ED and 80. RGB value is (220,237,128). Sum of RGB (Red+Green+Blue) = 220+237+128=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED80 is #23127F. Grayscale: #DBDBDB. Windows color (decimal): -2298496 or 8449500. OLE color: 8449500.

HSL color Cylindrical-coordinate representation of color #DCED80: hue angle of 69.36º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCED80 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB220237128-
CMYK0.0700.460.07
HSL69.36º75.17%71.57%-
HSV(B)69.36º45.99%92.94%-
XYZ63.777.3431.99-
YUV219.4976.37128.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 128 (50.39% from 255) = 21.88%
R=37.61%
G=40.51%
B=21.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371280.0700.460.0769.3675.1771.57
HexDCED80702E7454b48
Octal33435520070567105113110
Binary1101110011101101100000001110101110111100010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED80; }

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

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

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

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

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

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

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

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