Html Css Color HEX #DE6040 Sorbus

📋 copy color: '#DE6040'

red 222 ◦ green 96 ◦ blue 64

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

Shades of Sorbus #DE6040

Tints of Sorbus #DE6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.13%

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

R = 58.12%
G = 25.13%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE6040 (or 0xDE6040) is known color: Sorbus. HEX triplet: DE, 60 and 40. RGB value is (222,96,64). Sum of RGB (Red+Green+Blue) = 222+96+64=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6040 is #219FBF. Grayscale: #828282. Windows color (decimal): -2203584 or 4219102. OLE color: 4219102.

HSL color Cylindrical-coordinate representation of color #DE6040: hue angle of 12.15º 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 #DE6040 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 96 64 -
CMYK 0 0.57 0.71 0.13
HSL 12.15º 0.71% 0.56% -
HSV(B) 12.15º 0.71% 0.87% -
XYZ 35.23 24.27 7.68 -
YUV 130.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 222 96 64 0 0.57 0.71 0.13 12.15 0.71 0.56
Hex DE 60 40 0 39 47 D C 47 38
Octal 336 140 100 0 71 107 15 14 107 70
Binary 11011110 1100000 1000000 0 111001 1000111 1101 1100 1000111 111000

Color Harmonies of #DE6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6040

Black with #DE6040

Text Example


Text Example

White with #DE6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6040; }

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

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

background-color css

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

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

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

border-color css

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

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

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