#DD6E44

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

Shades of Sorbus #DD6E44

Tints of Sorbus #DD6E44

Color information

#DD6E44 (or 0xDD6E44) is unknown color: approx Sorbus. HEX triplet: DD, 6E and 44. RGB value is (221,110,68). Sum of RGB (Red+Green+Blue) = 221+110+68=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E44 is #2291BB. Grayscale: #8A8A8A. Windows color (decimal): -2265532 or 4484829. OLE color: 4484829.

HSL color Cylindrical-coordinate representation of color #DD6E44: hue angle of 16.47º 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 #DD6E44 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22111068-
CMYK00.500.690.13
HSL16.47º69.23%56.67%-
HSV(B)16.47º69.23%86.67%-
XYZ36.4426.948.75-
YUV138.488.27186.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.39%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 68 (26.95% from 255) = 17.04%
R=55.39%
G=27.57%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211106800.500.690.1316.4769.2356.67
HexDD6E4403245D104539
Octal335156104062105152010571
Binary1101110111011101000100011001010001011101100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E44; }

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

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

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

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

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

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

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

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