Html Css Color HEX #DE6A44 Sorbus

📋 copy color: '#DE6A44'

red 222 ◦ green 106 ◦ blue 68

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

Shades of Sorbus #DE6A44

Tints of Sorbus #DE6A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 56.06%
G = 26.77%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6A44 (or 0xDE6A44) is known color: Sorbus. HEX triplet: DE, 6A and 44. RGB value is (222,106,68). Sum of RGB (Red+Green+Blue) = 222+106+68=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6A44 is #2195BB. Grayscale: #888888. Windows color (decimal): -2201020 or 4483806. OLE color: 4483806.

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

Color convert

RGB 222 106 68 -
CMYK 0 0.52 0.69 0.13
HSL 14.81º 0.7% 0.57% -
HSV(B) 14.81º 0.69% 0.87% -
XYZ 36.32 26.26 8.62 -
YUV 136.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 222 106 68 0 0.52 0.69 0.13 14.81 0.7 0.57
Hex DE 6A 44 0 34 45 D F 46 39
Octal 336 152 104 0 64 105 15 17 106 71
Binary 11011110 1101010 1000100 0 110100 1000101 1101 1111 1000110 111001

Color Harmonies of #DE6A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6A44

Black with #DE6A44

Text Example


Text Example

White with #DE6A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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