#DD703E

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

Shades of Sorbus #DD703E

Tints of Sorbus #DD703E

Color information

#DD703E (or 0xDD703E) is unknown color: approx Sorbus. HEX triplet: DD, 70 and 3E. RGB value is (221,112,62). Sum of RGB (Red+Green+Blue) = 221+112+62=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD703E is #228FC1. Grayscale: #8B8B8B. Windows color (decimal): -2265026 or 4092125. OLE color: 4092125.

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

Color convert

RGB22111262-
CMYK00.490.720.13
HSL18.87º70.04%55.49%-
HSV(B)18.87º71.95%86.67%-
XYZ36.4827.317.91-
YUV138.8984.61186.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=55.95%
G=28.35%
B=15.70%

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
Decimal2211126200.490.720.1318.8770.0455.49
HexDD703E03148D134637
Octal33516076061110152310667
Binary110111011110000111110011000110010001101100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD703E; }

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

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

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

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

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

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

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

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