Html Css Color HEX #DE6B33 Sorbus

📋 copy color: '#DE6B33'

red 222 ◦ green 107 ◦ blue 51

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

Shades of Sorbus #DE6B33

Tints of Sorbus #DE6B33

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.16%

 BLUE value IS 51 (20.31% from 255) = 13.42%

R = 58.42%
G = 28.16%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE6B33 (or 0xDE6B33) is known color: Sorbus. HEX triplet: DE, 6B and 33. RGB value is (222,107,51). Sum of RGB (Red+Green+Blue) = 222+107+51=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6B33 is #2194CC. Grayscale: #878787. Windows color (decimal): -2200781 or 3369950. OLE color: 3369950.

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

Color convert

RGB 222 107 51 -
CMYK 0 0.52 0.77 0.13
HSL 19.65º 0.72% 0.54% -
HSV(B) 19.65º 0.77% 0.87% -
XYZ 35.98 26.28 6.31 -
YUV 135 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 222 107 51 0 0.52 0.77 0.13 19.65 0.72 0.54
Hex DE 6B 33 0 34 4D D 14 48 36
Octal 336 153 63 0 64 115 15 24 110 66
Binary 11011110 1101011 110011 0 110100 1001101 1101 10100 1001000 110110

Color Harmonies of #DE6B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B33

Black with #DE6B33

Text Example


Text Example

White with #DE6B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B33; }

 p { color: rgb(222,107,51); }

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

background-color css

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

 a { background-color: rgb(222,107,51); }

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

border-color css

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

 span { border-color: rgb(222,107,51); }

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