#DCED65

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

Shades of Mindaro #DCED65

Tints of Mindaro #DCED65

Color information

#DCED65 (or 0xDCED65) is unknown color: approx Mindaro. HEX triplet: DC, ED and 65. RGB value is (220,237,101). Sum of RGB (Red+Green+Blue) = 220+237+101=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED65 is #23129A. Grayscale: #D8D8D8. Windows color (decimal): -2298523 or 6680028. OLE color: 6680028.

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

Color convert

RGB220237101-
CMYK0.0700.570.07
HSL67.5º79.07%66.27%-
HSV(B)67.5º57.38%92.94%-
XYZ62.1576.7223.85-
YUV216.4162.87130.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 237 (92.97% from 255) = 42.47%
BLUE value IS 101 (39.84% from 255) = 18.10%
R=39.43%
G=42.47%
B=18.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371010.0700.570.0767.579.0766.27
HexDCED6570397444f42
Octal33435514570717104117102
Binary110111001110110111001011110111001111100010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED65; }

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

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

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

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

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

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

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

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