Html Css Color HEX #DE6730 Sorbus

📋 copy color: '#DE6730'

red 222 ◦ green 103 ◦ blue 48

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

Shades of Sorbus #DE6730

Tints of Sorbus #DE6730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

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

R = 59.52%
G = 27.61%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE6730 (or 0xDE6730) is known color: Sorbus. HEX triplet: DE, 67 and 30. RGB value is (222,103,48). Sum of RGB (Red+Green+Blue) = 222+103+48=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6730 is #2198CF. Grayscale: #848484. Windows color (decimal): -2201808 or 3172318. OLE color: 3172318.

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

Color convert

RGB 222 103 48 -
CMYK 0 0.54 0.78 0.13
HSL 18.97º 0.73% 0.53% -
HSV(B) 18.97º 0.78% 0.87% -
XYZ 35.51 25.44 5.84 -
YUV 132.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 222 103 48 0 0.54 0.78 0.13 18.97 0.73 0.53
Hex DE 67 30 0 36 4E D 13 48 35
Octal 336 147 60 0 66 116 15 23 110 65
Binary 11011110 1100111 110000 0 110110 1001110 1101 10011 1001000 110101

Color Harmonies of #DE6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6730

Black with #DE6730

Text Example


Text Example

White with #DE6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6730; }

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

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

background-color css

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

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

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

border-color css

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

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

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