Html Css Color HEX #DF7234 Sorbus

📋 copy color: '#DF7234'

red 223 ◦ green 114 ◦ blue 52

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

Shades of Sorbus #DF7234

Tints of Sorbus #DF7234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 57.33%
G = 29.31%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF7234 (or 0xDF7234) is known color: Sorbus. HEX triplet: DF, 72 and 34. RGB value is (223,114,52). Sum of RGB (Red+Green+Blue) = 223+114+52=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7234 is #208DCB. Grayscale: #8B8B8B. Windows color (decimal): -2133452 or 3437279. OLE color: 3437279.

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

Color convert

RGB 223 114 52 -
CMYK 0 0.49 0.77 0.13
HSL 21.75º 0.73% 0.54% -
HSV(B) 21.75º 0.77% 0.87% -
XYZ 37.07 27.97 6.69 -
YUV 139.52 78.61 187.54 -
System Red Green Blue C M Y K H S L
Decimal 223 114 52 0 0.49 0.77 0.13 21.75 0.73 0.54
Hex DF 72 34 0 31 4D D 16 49 36
Octal 337 162 64 0 61 115 15 26 111 66
Binary 11011111 1110010 110100 0 110001 1001101 1101 10110 1001001 110110

Color Harmonies of #DF7234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7234

Black with #DF7234

Text Example


Text Example

White with #DF7234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7234; }

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

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

background-color css

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

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

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

border-color css

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

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

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