Html Css Color HEX #DE6930 Sorbus

📋 copy color: '#DE6930'

red 222 ◦ green 105 ◦ blue 48

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

Shades of Sorbus #DE6930

Tints of Sorbus #DE6930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 59.2%
G = 28%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE6930 (or 0xDE6930) is known color: Sorbus. HEX triplet: DE, 69 and 30. RGB value is (222,105,48). Sum of RGB (Red+Green+Blue) = 222+105+48=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6930 is #2196CF. Grayscale: #858585. Windows color (decimal): -2201296 or 3172830. OLE color: 3172830.

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

Color convert

RGB 222 105 48 -
CMYK 0 0.53 0.78 0.13
HSL 19.66º 0.73% 0.53% -
HSV(B) 19.66º 0.78% 0.87% -
XYZ 35.71 25.85 5.9 -
YUV 133.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 222 105 48 0 0.53 0.78 0.13 19.66 0.73 0.53
Hex DE 69 30 0 35 4E D 14 48 35
Octal 336 151 60 0 65 116 15 24 110 65
Binary 11011110 1101001 110000 0 110101 1001110 1101 10100 1001000 110101

Color Harmonies of #DE6930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6930

Black with #DE6930

Text Example


Text Example

White with #DE6930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6930; }

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

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

background-color css

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

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

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

border-color css

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

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

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