Html Css Color HEX #DF703A Sorbus

📋 copy color: '#DF703A'

red 223 ◦ green 112 ◦ blue 58

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

Shades of Sorbus #DF703A

Tints of Sorbus #DF703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 56.74%
G = 28.5%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF703A (or 0xDF703A) is known color: Sorbus. HEX triplet: DF, 70 and 3A. RGB value is (223,112,58). Sum of RGB (Red+Green+Blue) = 223+112+58=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF703A is #208FC5. Grayscale: #8B8B8B. Windows color (decimal): -2133958 or 3829983. OLE color: 3829983.

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

Color convert

RGB 223 112 58 -
CMYK 0 0.50 0.74 0.13
HSL 19.64º 0.72% 0.55% -
HSV(B) 19.64º 0.74% 0.87% -
XYZ 36.99 27.58 7.38 -
YUV 139.03 82.27 187.89 -
System Red Green Blue C M Y K H S L
Decimal 223 112 58 0 0.50 0.74 0.13 19.64 0.72 0.55
Hex DF 70 3A 0 32 4A D 14 48 37
Octal 337 160 72 0 62 112 15 24 110 67
Binary 11011111 1110000 111010 0 110010 1001010 1101 10100 1001000 110111

Color Harmonies of #DF703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF703A

Black with #DF703A

Text Example


Text Example

White with #DF703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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