#DCED77

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

Shades of Mindaro #DCED77

Tints of Mindaro #DCED77

Color information

#DCED77 (or 0xDCED77) is unknown color: approx Mindaro. HEX triplet: DC, ED and 77. RGB value is (220,237,119). Sum of RGB (Red+Green+Blue) = 220+237+119=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED77 is #231288. Grayscale: #DADADA. Windows color (decimal): -2298505 or 7859676. OLE color: 7859676.

HSL color Cylindrical-coordinate representation of color #DCED77: hue angle of 68.64º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCED77 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB220237119-
CMYK0.0700.500.07
HSL68.64º76.62%69.8%-
HSV(B)68.64º49.79%92.94%-
XYZ63.1377.1229.01-
YUV218.4671.87129.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 119 (46.88% from 255) = 20.66%
R=38.19%
G=41.15%
B=20.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371190.0700.500.0768.6476.6269.8
HexDCED7770327454d46
Octal33435516770627105115106
Binary110111001110110111101111110110010111100010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED77; }

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

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

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

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

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

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

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

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