Html Css Color HEX #DE6E3D Sorbus

📋 copy color: '#DE6E3D'

red 222 ◦ green 110 ◦ blue 61

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

Shades of Sorbus #DE6E3D

Tints of Sorbus #DE6E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 56.49%
G = 27.99%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE6E3D (or 0xDE6E3D) is known color: Sorbus. HEX triplet: DE, 6E and 3D. RGB value is (222,110,61). Sum of RGB (Red+Green+Blue) = 222+110+61=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6E3D is #2191C2. Grayscale: #8A8A8A. Windows color (decimal): -2200003 or 4026078. OLE color: 4026078.

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

Color convert

RGB 222 110 61 -
CMYK 0 0.50 0.73 0.13
HSL 18.26º 0.71% 0.55% -
HSV(B) 18.26º 0.73% 0.87% -
XYZ 36.54 27.02 7.7 -
YUV 137.9 84.61 187.98 -
System Red Green Blue C M Y K H S L
Decimal 222 110 61 0 0.50 0.73 0.13 18.26 0.71 0.55
Hex DE 6E 3D 0 32 49 D 12 47 37
Octal 336 156 75 0 62 111 15 22 107 67
Binary 11011110 1101110 111101 0 110010 1001001 1101 10010 1000111 110111

Color Harmonies of #DE6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6E3D

Black with #DE6E3D

Text Example


Text Example

White with #DE6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6E3D; }

 p { color: rgb(222,110,61); }

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

background-color css

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

 a { background-color: rgb(222,110,61); }

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

border-color css

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

 span { border-color: rgb(222,110,61); }

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