#DDFA67

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

Shades of Mindaro #DDFA67

Tints of Mindaro #DDFA67

Color information

#DDFA67 (or 0xDDFA67) is unknown color: approx Mindaro. HEX triplet: DD, FA and 67. RGB value is (221,250,103). Sum of RGB (Red+Green+Blue) = 221+250+103=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 103 (40.62% from 255 or 17.94% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFA67 is #220598. Grayscale: #E1E1E1. Windows color (decimal): -2229657 or 6814429. OLE color: 6814429.

HSL color Cylindrical-coordinate representation of color #DDFA67: hue angle of 71.84º 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 #DDFA67 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB221250103-
CMYK0.1200.590.02
HSL71.84º93.63%69.22%-
HSV(B)71.84º58.8%98.04%-
XYZ66.4584.7225.68-
YUV224.5759.39125.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 103 (40.62% from 255) = 17.94%
R=38.50%
G=43.55%
B=17.94%

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
Decimal2212501030.1200.590.0271.8493.6369.22
HexDDFA67C03B2485e45
Octal335372147140732110136105
Binary110111011111101011001111100011101110100100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA67; }

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

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

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

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

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

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

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

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