#DD777B

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

Shades of Froly #DD777B

Tints of Froly #DD777B

Color information

#DD777B (or 0xDD777B) is unknown color: approx Froly. HEX triplet: DD, 77 and 7B. RGB value is (221,119,123). Sum of RGB (Red+Green+Blue) = 221+119+123=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD777B is #228884. Grayscale: #969696. Windows color (decimal): -2263173 or 8091613. OLE color: 8091613.

HSL color Cylindrical-coordinate representation of color #DD777B: hue angle of 357.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD777B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221119123-
CMYK00.460.440.13
HSL357.65º60%66.67%-
HSV(B)357.65º46.15%86.67%-
XYZ39.993022.42-
YUV149.95112.79178.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=47.73%
G=25.70%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111912300.460.440.13357.656066.67
HexDD777B02E2CD1663c43
Octal335167173056541554674103
Binary1101110111101111111011010111010110011011011001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD777B; }

 p { color: rgb(221,119,123); }

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

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

 a { background-color: rgb(221,119,123); }

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

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

 span { border-color: rgb(221,119,123); }

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