#DCE964

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

Shades of Mindaro #DCE964

Tints of Mindaro #DCE964

Color information

#DCE964 (or 0xDCE964) is unknown color: approx Mindaro. HEX triplet: DC, E9 and 64. RGB value is (220,233,100). Sum of RGB (Red+Green+Blue) = 220+233+100=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE964 is #23169B. Grayscale: #D6D6D6. Windows color (decimal): -2299548 or 6613468. OLE color: 6613468.

HSL color Cylindrical-coordinate representation of color #DCE964: hue angle of 65.86º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCE964 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB220233100-
CMYK0.0600.570.09
HSL65.86º75.14%65.29%-
HSV(B)65.86º57.08%91.37%-
XYZ60.9574.4123.21-
YUV213.9563.69132.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 100 (39.45% from 255) = 18.08%
R=39.78%
G=42.13%
B=18.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331000.0600.570.0965.8675.1465.29
HexDCE96460399424b41
Octal334351144607111102113101
Binary1101110011101001110010011001110011001100001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE964; }

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

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

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

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

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

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

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

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