#DDE765

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

Shades of Mindaro #DDE765

Tints of Mindaro #DDE765

Color information

#DDE765 (or 0xDDE765) is unknown color: approx Mindaro. HEX triplet: DD, E7 and 65. RGB value is (221,231,101). Sum of RGB (Red+Green+Blue) = 221+231+101=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE765 is #22189A. Grayscale: #D5D5D5. Windows color (decimal): -2234523 or 6678493. OLE color: 6678493.

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

Color convert

RGB221231101-
CMYK0.0400.560.09
HSL64.62º73.03%65.1%-
HSV(B)64.62º56.28%90.59%-
XYZ60.7473.4623.29-
YUV213.1964.69133.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 231 (90.62% from 255) = 41.77%
BLUE value IS 101 (39.84% from 255) = 18.26%
R=39.96%
G=41.77%
B=18.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311010.0400.560.0964.6273.0365.1
HexDDE76540389414941
Octal335347145407011101111101
Binary1101110111100111110010110001110001001100000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE765; }

 p { color: rgb(221,231,101); }

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

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

 a { background-color: rgb(221,231,101); }

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

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

 span { border-color: rgb(221,231,101); }

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