#DDFA66

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

Shades of Mindaro #DDFA66

Tints of Mindaro #DDFA66

Color information

#DDFA66 (or 0xDDFA66) is unknown color: approx Mindaro. HEX triplet: DD, FA and 66. RGB value is (221,250,102). Sum of RGB (Red+Green+Blue) = 221+250+102=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 102 (40.23% from 255 or 17.80% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFA66 is #220599. Grayscale: #E1E1E1. Windows color (decimal): -2229658 or 6748893. OLE color: 6748893.

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

Color convert

RGB221250102-
CMYK0.1200.590.02
HSL71.76º93.67%69.02%-
HSV(B)71.76º59.2%98.04%-
XYZ66.484.725.42-
YUV224.4658.89125.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 102 (40.23% from 255) = 17.80%
R=38.57%
G=43.63%
B=17.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501020.1200.590.0271.7693.6769.02
HexDDFA66C03B2485e45
Octal335372146140732110136105
Binary110111011111101011001101100011101110100100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA66; }

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

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

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

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

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

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

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

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