#DD7138

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

Shades of Sorbus #DD7138

Tints of Sorbus #DD7138

Color information

#DD7138 (or 0xDD7138) is unknown color: approx Sorbus. HEX triplet: DD, 71 and 38. RGB value is (221,113,56). Sum of RGB (Red+Green+Blue) = 221+113+56=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7138 is #228EC7. Grayscale: #8B8B8B. Windows color (decimal): -2264776 or 3699165. OLE color: 3699165.

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

Color convert

RGB22111356-
CMYK00.490.750.13
HSL20.73º70.82%54.31%-
HSV(B)20.73º74.66%86.67%-
XYZ36.4427.477.12-
YUV138.7981.28186.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=56.67%
G=28.97%
B=14.36%

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
Decimal2211135600.490.750.1320.7370.8254.31
HexDD71380314BD154736
Octal33516170061113152510766
Binary110111011110001111000011000110010111101101011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7138; }

 p { color: rgb(221,113,56); }

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

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

 a { background-color: rgb(221,113,56); }

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

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

 span { border-color: rgb(221,113,56); }

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