#DDFA69

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

Shades of Mindaro #DDFA69

Tints of Mindaro #DDFA69

Color information

#DDFA69 (or 0xDDFA69) is unknown color: approx Mindaro. HEX triplet: DD, FA and 69. RGB value is (221,250,105). Sum of RGB (Red+Green+Blue) = 221+250+105=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 105 (41.41% from 255 or 18.23% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFA69 is #220596. Grayscale: #E1E1E1. Windows color (decimal): -2229655 or 6945501. OLE color: 6945501.

HSL color Cylindrical-coordinate representation of color #DDFA69: hue angle of 72º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDFA69 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB221250105-
CMYK0.1200.580.02
HSL72º93.55%69.61%-
HSV(B)72º58%98.04%-
XYZ66.5584.7626.22-
YUV224.860.39125.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 105 (41.41% from 255) = 18.23%
R=38.37%
G=43.40%
B=18.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501050.1200.580.027293.5569.61
HexDDFA69C03A2485e46
Octal335372151140722110136106
Binary110111011111101011010011100011101010100100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA69; }

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

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

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

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

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

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

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

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