#DD713E

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

Shades of Sorbus #DD713E

Tints of Sorbus #DD713E

Color information

#DD713E (or 0xDD713E) is unknown color: approx Sorbus. HEX triplet: DD, 71 and 3E. RGB value is (221,113,62). Sum of RGB (Red+Green+Blue) = 221+113+62=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD713E is #228EC1. Grayscale: #8B8B8B. Windows color (decimal): -2264770 or 4092381. OLE color: 4092381.

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

Color convert

RGB22111362-
CMYK00.490.720.13
HSL19.25º70.04%55.49%-
HSV(B)19.25º71.95%86.67%-
XYZ36.5927.537.94-
YUV139.4884.28186.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.81%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=55.81%
G=28.54%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211136200.490.720.1319.2570.0455.49
HexDD713E03148D134637
Octal33516176061110152310667
Binary110111011110001111110011000110010001101100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD713E; }

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

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

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

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

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

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

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

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