Html Css Color HEX #DE6944 Sorbus

📋 copy color: '#DE6944'

red 222 ◦ green 105 ◦ blue 68

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

Shades of Sorbus #DE6944

Tints of Sorbus #DE6944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

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

R = 56.2%
G = 26.58%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6944 (or 0xDE6944) is known color: Sorbus. HEX triplet: DE, 69 and 44. RGB value is (222,105,68). Sum of RGB (Red+Green+Blue) = 222+105+68=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6944 is #2196BB. Grayscale: #888888. Windows color (decimal): -2201276 or 4483550. OLE color: 4483550.

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

Color convert

RGB 222 105 68 -
CMYK 0 0.53 0.69 0.13
HSL 14.42º 0.7% 0.57% -
HSV(B) 14.42º 0.69% 0.87% -
XYZ 36.22 26.05 8.59 -
YUV 135.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 222 105 68 0 0.53 0.69 0.13 14.42 0.7 0.57
Hex DE 69 44 0 35 45 D E 46 39
Octal 336 151 104 0 65 105 15 16 106 71
Binary 11011110 1101001 1000100 0 110101 1000101 1101 1110 1000110 111001

Color Harmonies of #DE6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6944

Black with #DE6944

Text Example


Text Example

White with #DE6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6944; }

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

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

background-color css

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

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

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

border-color css

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

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

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