Html Css Color HEX #DE6830 Sorbus

📋 copy color: '#DE6830'

red 222 ◦ green 104 ◦ blue 48

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

Shades of Sorbus #DE6830

Tints of Sorbus #DE6830

RGB

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

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

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

R = 59.36%
G = 27.81%
B = 12.83%

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

#DE6830 (or 0xDE6830) is known color: Sorbus. HEX triplet: DE, 68 and 30. RGB value is (222,104,48). Sum of RGB (Red+Green+Blue) = 222+104+48=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6830 is #2197CF. Grayscale: #858585. Windows color (decimal): -2201552 or 3172574. OLE color: 3172574.

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

Color convert

RGB 222 104 48 -
CMYK 0 0.53 0.78 0.13
HSL 19.31º 0.73% 0.53% -
HSV(B) 19.31º 0.78% 0.87% -
XYZ 35.61 25.64 5.87 -
YUV 132.9 80.09 191.55 -
System Red Green Blue C M Y K H S L
Decimal 222 104 48 0 0.53 0.78 0.13 19.31 0.73 0.53
Hex DE 68 30 0 35 4E D 13 48 35
Octal 336 150 60 0 65 116 15 23 110 65
Binary 11011110 1101000 110000 0 110101 1001110 1101 10011 1001000 110101

Color Harmonies of #DE6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6830

Black with #DE6830

Text Example


Text Example

White with #DE6830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6830; }

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

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

background-color css

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

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

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

border-color css

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

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

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