#DDE86C

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

Shades of Mindaro #DDE86C

Tints of Mindaro #DDE86C

Color information

#DDE86C (or 0xDDE86C) is unknown color: approx Mindaro. HEX triplet: DD, E8 and 6C. RGB value is (221,232,108). Sum of RGB (Red+Green+Blue) = 221+232+108=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE86C is #221793. Grayscale: #D7D7D7. Windows color (decimal): -2234260 or 7137501. OLE color: 7137501.

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

Color convert

RGB221232108-
CMYK0.0500.530.09
HSL65.32º72.94%66.67%-
HSV(B)65.32º53.45%90.98%-
XYZ61.3874.1725.27-
YUV214.5867.86132.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 108 (42.58% from 255) = 19.25%
R=39.39%
G=41.35%
B=19.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321080.0500.530.0965.3272.9466.67
HexDDE86C50359414943
Octal335350154506511101111103
Binary1101110111101000110110010101101011001100000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE86C; }

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

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

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

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

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

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

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

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