Html Css Color HEX #DE6530 Sorbus

📋 copy color: '#DE6530'

red 222 ◦ green 101 ◦ blue 48

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

Shades of Sorbus #DE6530

Tints of Sorbus #DE6530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

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

R = 59.84%
G = 27.22%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE6530 (or 0xDE6530) is known color: Sorbus. HEX triplet: DE, 65 and 30. RGB value is (222,101,48). Sum of RGB (Red+Green+Blue) = 222+101+48=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6530 is #219ACF. Grayscale: #838383. Windows color (decimal): -2202320 or 3171806. OLE color: 3171806.

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

Color convert

RGB 222 101 48 -
CMYK 0 0.55 0.78 0.13
HSL 18.28º 0.73% 0.53% -
HSV(B) 18.28º 0.78% 0.87% -
XYZ 35.31 25.05 5.77 -
YUV 131.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 222 101 48 0 0.55 0.78 0.13 18.28 0.73 0.53
Hex DE 65 30 0 37 4E D 12 48 35
Octal 336 145 60 0 67 116 15 22 110 65
Binary 11011110 1100101 110000 0 110111 1001110 1101 10010 1001000 110101

Color Harmonies of #DE6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6530

Black with #DE6530

Text Example


Text Example

White with #DE6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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