#DD6B73

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

Shades of Froly #DD6B73

Tints of Froly #DD6B73

Color information

#DD6B73 (or 0xDD6B73) is unknown color: approx Froly. HEX triplet: DD, 6B and 73. RGB value is (221,107,115). Sum of RGB (Red+Green+Blue) = 221+107+115=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B73 is #22948C. Grayscale: #8E8E8E. Windows color (decimal): -2266253 or 7564253. OLE color: 7564253.

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

Color convert

RGB221107115-
CMYK00.520.480.13
HSL355.79º62.64%64.31%-
HSV(B)355.79º51.58%86.67%-
XYZ38.1727.1319.44-
YUV142112.77184.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=49.89%
G=24.15%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110711500.520.480.13355.7962.6464.31
HexDD6B7303430D1643f40
Octal335153163064601554477100
Binary1101110111010111110011011010011000011011011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B73; }

 p { color: rgb(221,107,115); }

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

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

 a { background-color: rgb(221,107,115); }

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

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

 span { border-color: rgb(221,107,115); }

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