Html Css Color HEX #DF7235 Sorbus

📋 copy color: '#DF7235'

red 223 ◦ green 114 ◦ blue 53

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

Shades of Sorbus #DF7235

Tints of Sorbus #DF7235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

 BLUE value IS 53 (21.09% from 255) = 13.59%

R = 57.18%
G = 29.23%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF7235 (or 0xDF7235) is known color: Sorbus. HEX triplet: DF, 72 and 35. RGB value is (223,114,53). Sum of RGB (Red+Green+Blue) = 223+114+53=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7235 is #208DCA. Grayscale: #8B8B8B. Windows color (decimal): -2133451 or 3502815. OLE color: 3502815.

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

Color convert

RGB 223 114 53 -
CMYK 0 0.49 0.76 0.13
HSL 21.53º 0.73% 0.54% -
HSV(B) 21.53º 0.76% 0.87% -
XYZ 37.09 27.98 6.81 -
YUV 139.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 223 114 53 0 0.49 0.76 0.13 21.53 0.73 0.54
Hex DF 72 35 0 31 4C D 16 49 36
Octal 337 162 65 0 61 114 15 26 111 66
Binary 11011111 1110010 110101 0 110001 1001100 1101 10110 1001001 110110

Color Harmonies of #DF7235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7235

Black with #DF7235

Text Example


Text Example

White with #DF7235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7235; }

 p { color: rgb(223,114,53); }

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

background-color css

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

 a { background-color: rgb(223,114,53); }

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

border-color css

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

 span { border-color: rgb(223,114,53); }

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