#DCE365

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

Shades of Mindaro #DCE365

Tints of Mindaro #DCE365

Color information

#DCE365 (or 0xDCE365) is unknown color: approx Mindaro. HEX triplet: DC, E3 and 65. RGB value is (220,227,101). Sum of RGB (Red+Green+Blue) = 220+227+101=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE365 is #231C9A. Grayscale: #D3D3D3. Windows color (decimal): -2301083 or 6677468. OLE color: 6677468.

HSL color Cylindrical-coordinate representation of color #DCE365: hue angle of 63.33º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCE365 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB220227101-
CMYK0.0300.560.11
HSL63.33º69.23%64.31%-
HSV(B)63.33º55.51%89.02%-
XYZ59.3371.0922.91-
YUV210.5466.18134.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 227 (89.06% from 255) = 41.42%
BLUE value IS 101 (39.84% from 255) = 18.43%
R=40.15%
G=41.42%
B=18.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271010.0300.560.1163.3369.2364.31
HexDCE3653038B3f4540
Octal33434314530701377105100
Binary11011100111000111100101110111000101111111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE365; }

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

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

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

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

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

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

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

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