Html Css Color HEX #DE653F Sorbus

📋 copy color: '#DE653F'

red 222 ◦ green 101 ◦ blue 63

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

Shades of Sorbus #DE653F

Tints of Sorbus #DE653F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 57.51%
G = 26.17%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE653F (or 0xDE653F) is known color: Sorbus. HEX triplet: DE, 65 and 3F. RGB value is (222,101,63). Sum of RGB (Red+Green+Blue) = 222+101+63=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE653F is #219AC0. Grayscale: #858585. Windows color (decimal): -2202305 or 4154846. OLE color: 4154846.

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

Color convert

RGB 222 101 63 -
CMYK 0 0.55 0.72 0.13
HSL 14.34º 0.71% 0.56% -
HSV(B) 14.34º 0.72% 0.87% -
XYZ 35.68 25.2 7.69 -
YUV 132.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 222 101 63 0 0.55 0.72 0.13 14.34 0.71 0.56
Hex DE 65 3F 0 37 48 D E 47 38
Octal 336 145 77 0 67 110 15 16 107 70
Binary 11011110 1100101 111111 0 110111 1001000 1101 1110 1000111 111000

Color Harmonies of #DE653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE653F

Black with #DE653F

Text Example


Text Example

White with #DE653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE653F; }

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

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

background-color css

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

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

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

border-color css

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

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

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