Html Css Color HEX #DE6934 Sorbus

📋 copy color: '#DE6934'

red 222 ◦ green 105 ◦ blue 52

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

Shades of Sorbus #DE6934

Tints of Sorbus #DE6934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 58.58%
G = 27.7%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE6934 (or 0xDE6934) is known color: Sorbus. HEX triplet: DE, 69 and 34. RGB value is (222,105,52). Sum of RGB (Red+Green+Blue) = 222+105+52=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6934 is #2196CB. Grayscale: #868686. Windows color (decimal): -2201292 or 3434974. OLE color: 3434974.

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

Color convert

RGB 222 105 52 -
CMYK 0 0.53 0.77 0.13
HSL 18.71º 0.72% 0.54% -
HSV(B) 18.71º 0.77% 0.87% -
XYZ 35.8 25.88 6.36 -
YUV 133.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 222 105 52 0 0.53 0.77 0.13 18.71 0.72 0.54
Hex DE 69 34 0 35 4D D 13 48 36
Octal 336 151 64 0 65 115 15 23 110 66
Binary 11011110 1101001 110100 0 110101 1001101 1101 10011 1001000 110110

Color Harmonies of #DE6934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6934

Black with #DE6934

Text Example


Text Example

White with #DE6934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6934; }

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

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

background-color css

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

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

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

border-color css

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

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

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