Html Css Color HEX #DF7032 Sorbus

📋 copy color: '#DF7032'

red 223 ◦ green 112 ◦ blue 50

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

Shades of Sorbus #DF7032

Tints of Sorbus #DF7032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 57.92%
G = 29.09%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF7032 (or 0xDF7032) is known color: Sorbus. HEX triplet: DF, 70 and 32. RGB value is (223,112,50). Sum of RGB (Red+Green+Blue) = 223+112+50=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7032 is #208FCD. Grayscale: #8A8A8A. Windows color (decimal): -2133966 or 3305695. OLE color: 3305695.

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

Color convert

RGB 223 112 50 -
CMYK 0 0.50 0.78 0.13
HSL 21.5º 0.73% 0.54% -
HSV(B) 21.5º 0.78% 0.87% -
XYZ 36.8 27.51 6.39 -
YUV 138.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 223 112 50 0 0.50 0.78 0.13 21.5 0.73 0.54
Hex DF 70 32 0 32 4E D 16 49 36
Octal 337 160 62 0 62 116 15 26 111 66
Binary 11011111 1110000 110010 0 110010 1001110 1101 10110 1001001 110110

Color Harmonies of #DF7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7032

Black with #DF7032

Text Example


Text Example

White with #DF7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7032; }

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

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

background-color css

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

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

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

border-color css

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

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

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