#DE703C

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

Shades of Sorbus #DE703C

Tints of Sorbus #DE703C

Color information

#DE703C (or 0xDE703C) is unknown color: approx Sorbus. HEX triplet: DE, 70 and 3C. RGB value is (222,112,60). Sum of RGB (Red+Green+Blue) = 222+112+60=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE703C is #218FC3. Grayscale: #8B8B8B. Windows color (decimal): -2199492 or 3961054. OLE color: 3961054.

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

Color convert

RGB22211260-
CMYK00.500.730.13
HSL19.26º71.05%55.29%-
HSV(B)19.26º72.97%87.06%-
XYZ36.7327.447.64-
YUV138.9683.44187.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 60 (23.83% from 255) = 15.23%
R=56.35%
G=28.43%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221126000.500.730.1319.2671.0555.29
HexDE703C03249D134737
Octal33616074062111152310767
Binary110111101110000111100011001010010011101100111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE703C; }

 p { color: rgb(222,112,60); }

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

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

 a { background-color: rgb(222,112,60); }

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

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

 span { border-color: rgb(222,112,60); }

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