#DD666E

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

Shades of Froly #DD666E

Tints of Froly #DD666E

Color information

#DD666E (or 0xDD666E) is unknown color: approx Froly. HEX triplet: DD, 66 and 6E. RGB value is (221,102,110). Sum of RGB (Red+Green+Blue) = 221+102+110=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD666E is #229991. Grayscale: #8A8A8A. Windows color (decimal): -2267538 or 7235293. OLE color: 7235293.

HSL color Cylindrical-coordinate representation of color #DD666E: hue angle of 355.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD666E is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221102110-
CMYK00.540.500.13
HSL355.97º63.64%63.33%-
HSV(B)355.97º53.85%86.67%-
XYZ37.382617.8-
YUV138.49111.92186.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=51.04%
G=23.56%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110211000.540.500.13355.9763.6463.33
HexDD666E03632D164403f
Octal335146156066621554410077
Binary1101110111001101101110011011011001011011011001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD666E; }

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

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

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

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

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

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

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

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