#DCE364

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

Shades of Mindaro #DCE364

Tints of Mindaro #DCE364

Color information

#DCE364 (or 0xDCE364) is unknown color: approx Mindaro. HEX triplet: DC, E3 and 64. RGB value is (220,227,100). Sum of RGB (Red+Green+Blue) = 220+227+100=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE364 is #231C9B. Grayscale: #D2D2D2. Windows color (decimal): -2301084 or 6611932. OLE color: 6611932.

HSL color Cylindrical-coordinate representation of color #DCE364: hue angle of 63.31º 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 #DCE364 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB220227100-
CMYK0.0300.560.11
HSL63.31º69.4%64.12%-
HSV(B)63.31º55.95%89.02%-
XYZ59.2871.0722.65-
YUV210.4365.68134.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 100 (39.45% from 255) = 18.28%
R=40.22%
G=41.50%
B=18.28%

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
Decimal2202271000.0300.560.1163.3169.464.12
HexDCE3643038B3f4540
Octal33434314430701377105100
Binary11011100111000111100100110111000101111111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE364; }

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

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

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

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

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

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

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

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