#DDE769

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

Shades of Mindaro #DDE769

Tints of Mindaro #DDE769

Color information

#DDE769 (or 0xDDE769) is unknown color: approx Mindaro. HEX triplet: DD, E7 and 69. RGB value is (221,231,105). Sum of RGB (Red+Green+Blue) = 221+231+105=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE769 is #221896. Grayscale: #D6D6D6. Windows color (decimal): -2234519 or 6940637. OLE color: 6940637.

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

Color convert

RGB221231105-
CMYK0.0400.550.09
HSL64.76º72.41%65.88%-
HSV(B)64.76º54.55%90.59%-
XYZ60.9473.5424.35-
YUV213.6566.69133.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 231 (90.62% from 255) = 41.47%
BLUE value IS 105 (41.41% from 255) = 18.85%
R=39.68%
G=41.47%
B=18.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311050.0400.550.0964.7672.4165.88
HexDDE76940379414842
Octal335347151406711101110102
Binary1101110111100111110100110001101111001100000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE769; }

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

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

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

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

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

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

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

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