Html Css Color HEX #DE6835 Sorbus

📋 copy color: '#DE6835'

red 222 ◦ green 104 ◦ blue 53

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

Shades of Sorbus #DE6835

Tints of Sorbus #DE6835

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

 BLUE value IS 53 (21.09% from 255) = 13.98%

R = 58.58%
G = 27.44%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE6835 (or 0xDE6835) is known color: Sorbus. HEX triplet: DE, 68 and 35. RGB value is (222,104,53). Sum of RGB (Red+Green+Blue) = 222+104+53=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6835 is #2197CA. Grayscale: #858585. Windows color (decimal): -2201547 or 3500254. OLE color: 3500254.

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

Color convert

RGB 222 104 53 -
CMYK 0 0.53 0.76 0.13
HSL 18.11º 0.72% 0.54% -
HSV(B) 18.11º 0.76% 0.87% -
XYZ 35.72 25.69 6.44 -
YUV 133.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 222 104 53 0 0.53 0.76 0.13 18.11 0.72 0.54
Hex DE 68 35 0 35 4C D 12 48 36
Octal 336 150 65 0 65 114 15 22 110 66
Binary 11011110 1101000 110101 0 110101 1001100 1101 10010 1001000 110110

Color Harmonies of #DE6835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6835

Black with #DE6835

Text Example


Text Example

White with #DE6835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6835; }

 p { color: rgb(222,104,53); }

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

background-color css

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

 a { background-color: rgb(222,104,53); }

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

border-color css

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

 span { border-color: rgb(222,104,53); }

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