#DCED60

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

Shades of Mindaro #DCED60

Tints of Mindaro #DCED60

Color information

#DCED60 (or 0xDCED60) is unknown color: approx Mindaro. HEX triplet: DC, ED and 60. RGB value is (220,237,96). Sum of RGB (Red+Green+Blue) = 220+237+96=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED60 is #23129F. Grayscale: #D8D8D8. Windows color (decimal): -2298528 or 6352348. OLE color: 6352348.

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

Color convert

RGB22023796-
CMYK0.0700.590.07
HSL67.23º79.66%65.29%-
HSV(B)67.23º59.49%92.94%-
XYZ61.9176.6322.59-
YUV215.8460.37130.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 96 (37.89% from 255) = 17.36%
R=39.78%
G=42.86%
B=17.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220237960.0700.590.0767.2379.6665.29
HexDCED60703B7435041
Octal33435514070737103120101
Binary110111001110110111000001110111011111100001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED60; }

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

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

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

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

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

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

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

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