Html Css Color HEX #DE6440 Sorbus

📋 copy color: '#DE6440'

red 222 ◦ green 100 ◦ blue 64

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

Shades of Sorbus #DE6440

Tints of Sorbus #DE6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 57.51%
G = 25.91%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE6440 (or 0xDE6440) is known color: Sorbus. HEX triplet: DE, 64 and 40. RGB value is (222,100,64). Sum of RGB (Red+Green+Blue) = 222+100+64=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6440 is #219BBF. Grayscale: #848484. Windows color (decimal): -2202560 or 4220126. OLE color: 4220126.

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

Color convert

RGB 222 100 64 -
CMYK 0 0.55 0.71 0.13
HSL 13.67º 0.71% 0.56% -
HSV(B) 13.67º 0.71% 0.87% -
XYZ 35.61 25.01 7.8 -
YUV 132.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 222 100 64 0 0.55 0.71 0.13 13.67 0.71 0.56
Hex DE 64 40 0 37 47 D E 47 38
Octal 336 144 100 0 67 107 15 16 107 70
Binary 11011110 1100100 1000000 0 110111 1000111 1101 1110 1000111 111000

Color Harmonies of #DE6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6440

Black with #DE6440

Text Example


Text Example

White with #DE6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6440; }

 p { color: rgb(222,100,64); }

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

background-color css

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

 a { background-color: rgb(222,100,64); }

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

border-color css

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

 span { border-color: rgb(222,100,64); }

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