#DDE862

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

Shades of Mindaro #DDE862

Tints of Mindaro #DDE862

Color information

#DDE862 (or 0xDDE862) is unknown color: approx Mindaro. HEX triplet: DD, E8 and 62. RGB value is (221,232,98). Sum of RGB (Red+Green+Blue) = 221+232+98=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE862 is #22179D. Grayscale: #D5D5D5. Windows color (decimal): -2234270 or 6482141. OLE color: 6482141.

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

Color convert

RGB22123298-
CMYK0.0500.580.09
HSL64.93º74.44%64.71%-
HSV(B)64.93º57.76%90.98%-
XYZ60.8873.9722.62-
YUV213.4362.86133.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 232 (91.02% from 255) = 42.11%
BLUE value IS 98 (38.67% from 255) = 17.79%
R=40.11%
G=42.11%
B=17.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221232980.0500.580.0964.9374.4464.71
HexDDE862503A9414a41
Octal335350142507211101112101
Binary1101110111101000110001010101110101001100000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE862; }

 p { color: rgb(221,232,98); }

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

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

 a { background-color: rgb(221,232,98); }

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

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

 span { border-color: rgb(221,232,98); }

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