#DD677A

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

Shades of Froly #DD677A

Tints of Froly #DD677A

Color information

#DD677A (or 0xDD677A) is unknown color: approx Froly. HEX triplet: DD, 67 and 7A. RGB value is (221,103,122). Sum of RGB (Red+Green+Blue) = 221+103+122=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD677A is #229885. Grayscale: #8C8C8C. Windows color (decimal): -2267270 or 8021981. OLE color: 8021981.

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

Color convert

RGB221103122-
CMYK00.530.450.13
HSL350.34º63.44%63.53%-
HSV(B)350.34º53.39%86.67%-
XYZ38.1826.4821.51-
YUV140.45117.59185.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=49.55%
G=23.09%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110312200.530.450.13350.3463.4463.53
HexDD677A0352DD15e3f40
Octal335147172065551553677100
Binary1101110111001111111010011010110110111011010111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD677A; }

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

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

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

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

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

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

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

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