Html Css Color HEX #DE7134 Sorbus

📋 copy color: '#DE7134'

red 222 ◦ green 113 ◦ blue 52

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

Shades of Sorbus #DE7134

Tints of Sorbus #DE7134

RGB

 RED value IS 222 (87.11% from 255) = 57.36%

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 57.36%
G = 29.2%
B = 13.44%

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

#DE7134 (or 0xDE7134) is known color: Sorbus. HEX triplet: DE, 71 and 34. RGB value is (222,113,52). Sum of RGB (Red+Green+Blue) = 222+113+52=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7134 is #218ECB. Grayscale: #8A8A8A. Windows color (decimal): -2199244 or 3437022. OLE color: 3437022.

HSL color Cylindrical-coordinate representation of color #DE7134: hue angle of 21.53º degrees, saturation: 0.72, 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 #DE7134 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 113 52 -
CMYK 0 0.49 0.77 0.13
HSL 21.53º 0.72% 0.54% -
HSV(B) 21.53º 0.77% 0.87% -
XYZ 36.65 27.59 6.64 -
YUV 138.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 222 113 52 0 0.49 0.77 0.13 21.53 0.72 0.54
Hex DE 71 34 0 31 4D D 16 48 36
Octal 336 161 64 0 61 115 15 26 110 66
Binary 11011110 1110001 110100 0 110001 1001101 1101 10110 1001000 110110

Color Harmonies of #DE7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7134

Black with #DE7134

Text Example


Text Example

White with #DE7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7134; }

 p { color: rgb(222,113,52); }

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

background-color css

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

 a { background-color: rgb(222,113,52); }

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

border-color css

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

 span { border-color: rgb(222,113,52); }

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