Html Css Color HEX #DF703E Sorbus

📋 copy color: '#DF703E'

red 223 ◦ green 112 ◦ blue 62

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

Shades of Sorbus #DF703E

Tints of Sorbus #DF703E

RGB

 RED value IS 223 (87.5% from 255) = 56.17%

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 62 (24.61% from 255) = 15.62%

R = 56.17%
G = 28.21%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF703E (or 0xDF703E) is known color: Sorbus. HEX triplet: DF, 70 and 3E. RGB value is (223,112,62). Sum of RGB (Red+Green+Blue) = 223+112+62=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF703E is #208FC1. Grayscale: #8B8B8B. Windows color (decimal): -2133954 or 4092127. OLE color: 4092127.

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

Color convert

RGB 223 112 62 -
CMYK 0 0.50 0.72 0.13
HSL 18.63º 0.72% 0.56% -
HSV(B) 18.63º 0.72% 0.87% -
XYZ 37.1 27.62 7.93 -
YUV 139.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 223 112 62 0 0.50 0.72 0.13 18.63 0.72 0.56
Hex DF 70 3E 0 32 48 D 13 48 38
Octal 337 160 76 0 62 110 15 23 110 70
Binary 11011111 1110000 111110 0 110010 1001000 1101 10011 1001000 111000

Color Harmonies of #DF703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF703E

Black with #DF703E

Text Example


Text Example

White with #DF703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF703E; }

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

 H1.HeaderClassName
 {
   color: #DF703E;
 }
 .AnyTagClassName
 {
   color: #DF703E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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