Html Css Color HEX #DE6A3E Sorbus

📋 copy color: '#DE6A3E'

red 222 ◦ green 106 ◦ blue 62

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

Shades of Sorbus #DE6A3E

Tints of Sorbus #DE6A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.18%

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 56.92%
G = 27.18%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE6A3E (or 0xDE6A3E) is known color: Sorbus. HEX triplet: DE, 6A and 3E. RGB value is (222,106,62). Sum of RGB (Red+Green+Blue) = 222+106+62=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6A3E is #2195C1. Grayscale: #878787. Windows color (decimal): -2201026 or 4090590. OLE color: 4090590.

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

Color convert

RGB 222 106 62 -
CMYK 0 0.52 0.72 0.13
HSL 16.5º 0.71% 0.56% -
HSV(B) 16.5º 0.72% 0.87% -
XYZ 36.15 26.19 7.71 -
YUV 135.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 222 106 62 0 0.52 0.72 0.13 16.5 0.71 0.56
Hex DE 6A 3E 0 34 48 D 10 47 38
Octal 336 152 76 0 64 110 15 20 107 70
Binary 11011110 1101010 111110 0 110100 1001000 1101 10000 1000111 111000

Color Harmonies of #DE6A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6A3E

Black with #DE6A3E

Text Example


Text Example

White with #DE6A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6A3E; }

 p { color: rgb(222,106,62); }

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

background-color css

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

 a { background-color: rgb(222,106,62); }

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

border-color css

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

 span { border-color: rgb(222,106,62); }

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