Html Css Color HEX #DE653A Sorbus

📋 copy color: '#DE653A'

red 222 ◦ green 101 ◦ blue 58

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

Shades of Sorbus #DE653A

Tints of Sorbus #DE653A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 58.27%
G = 26.51%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE653A (or 0xDE653A) is known color: Sorbus. HEX triplet: DE, 65 and 3A. RGB value is (222,101,58). Sum of RGB (Red+Green+Blue) = 222+101+58=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE653A is #219AC5. Grayscale: #848484. Windows color (decimal): -2202310 or 3827166. OLE color: 3827166.

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

Color convert

RGB 222 101 58 -
CMYK 0 0.55 0.74 0.13
HSL 15.73º 0.71% 0.55% -
HSV(B) 15.73º 0.74% 0.87% -
XYZ 35.54 25.14 6.98 -
YUV 132.28 86.09 192 -
System Red Green Blue C M Y K H S L
Decimal 222 101 58 0 0.55 0.74 0.13 15.73 0.71 0.55
Hex DE 65 3A 0 37 4A D 10 47 37
Octal 336 145 72 0 67 112 15 20 107 67
Binary 11011110 1100101 111010 0 110111 1001010 1101 10000 1000111 110111

Color Harmonies of #DE653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE653A

Black with #DE653A

Text Example


Text Example

White with #DE653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE653A; }

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

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

background-color css

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

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

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

border-color css

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

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

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