#DD7037

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

Shades of Sorbus #DD7037

Tints of Sorbus #DD7037

Color information

#DD7037 (or 0xDD7037) is unknown color: approx Sorbus. HEX triplet: DD, 70 and 37. RGB value is (221,112,55). Sum of RGB (Red+Green+Blue) = 221+112+55=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7037 is #228FC8. Grayscale: #8A8A8A. Windows color (decimal): -2265033 or 3633373. OLE color: 3633373.

HSL color Cylindrical-coordinate representation of color #DD7037: hue angle of 20.6º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD7037 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB22111255-
CMYK00.490.750.13
HSL20.6º70.94%54.12%-
HSV(B)20.6º75.11%86.67%-
XYZ36.327.246.96-
YUV138.0981.11187.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.96%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 55 (21.88% from 255) = 14.18%
R=56.96%
G=28.87%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211125500.490.750.1320.670.9454.12
HexDD70370314BD154736
Octal33516067061113152510766
Binary110111011110000110111011000110010111101101011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7037; }

 p { color: rgb(221,112,55); }

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

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

 a { background-color: rgb(221,112,55); }

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

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

 span { border-color: rgb(221,112,55); }

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