#DD6D44

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

Shades of Sorbus #DD6D44

Tints of Sorbus #DD6D44

Color information

#DD6D44 (or 0xDD6D44) is unknown color: approx Sorbus. HEX triplet: DD, 6D and 44. RGB value is (221,109,68). Sum of RGB (Red+Green+Blue) = 221+109+68=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D44 is #2292BB. Grayscale: #8A8A8A. Windows color (decimal): -2265788 or 4484573. OLE color: 4484573.

HSL color Cylindrical-coordinate representation of color #DD6D44: hue angle of 16.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6D44 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22110968-
CMYK00.510.690.13
HSL16.08º69.23%56.67%-
HSV(B)16.08º69.23%86.67%-
XYZ36.3326.738.71-
YUV137.8188.61187.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.53%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 68 (26.95% from 255) = 17.09%
R=55.53%
G=27.39%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211096800.510.690.1316.0869.2356.67
HexDD6D4403345D104539
Octal335155104063105152010571
Binary1101110111011011000100011001110001011101100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D44; }

 p { color: rgb(221,109,68); }

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

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

 a { background-color: rgb(221,109,68); }

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

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

 span { border-color: rgb(221,109,68); }

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