Html Css Color HEX #DE703C Sorbus

📋 copy color: '#DE703C'

red 222 ◦ green 112 ◦ blue 60

#DE703C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #DE703C

Tints of Sorbus #DE703C

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 value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE703C (or 0xDE703C) is known color: 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

RGB 222 112 60 -
CMYK 0 0.50 0.73 0.13
HSL 19.26º 0.71% 0.55% -
HSV(B) 19.26º 0.73% 0.87% -
XYZ 36.73 27.44 7.64 -
YUV 138.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 222 112 60 0 0.50 0.73 0.13 19.26 0.71 0.55
Hex DE 70 3C 0 32 49 D 13 47 37
Octal 336 160 74 0 62 111 15 23 107 67
Binary 11011110 1110000 111100 0 110010 1001001 1101 10011 1000111 110111

Color Harmonies of #DE703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE703C

Black with #DE703C

Text Example


Text Example

White with #DE703C

Text Example


Text Example

HTML Codes & Css Web 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>