#DCED64

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

Shades of Mindaro #DCED64

Tints of Mindaro #DCED64

Color information

#DCED64 (or 0xDCED64) is unknown color: approx Mindaro. HEX triplet: DC, ED and 64. RGB value is (220,237,100). Sum of RGB (Red+Green+Blue) = 220+237+100=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED64 is #23129B. Grayscale: #D8D8D8. Windows color (decimal): -2298524 or 6614492. OLE color: 6614492.

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

Color convert

RGB220237100-
CMYK0.0700.580.07
HSL67.45º79.19%66.08%-
HSV(B)67.45º57.81%92.94%-
XYZ62.176.723.59-
YUV216.362.37130.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 237 (92.97% from 255) = 42.55%
BLUE value IS 100 (39.45% from 255) = 17.95%
R=39.50%
G=42.55%
B=17.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371000.0700.580.0767.4579.1966.08
HexDCED64703A7434f42
Octal33435514470727103117102
Binary110111001110110111001001110111010111100001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED64; }

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

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

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

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

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

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

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

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