Html Css Color HEX #DE643D Sorbus

📋 copy color: '#DE643D'

red 222 ◦ green 100 ◦ blue 61

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

Shades of Sorbus #DE643D

Tints of Sorbus #DE643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 57.96%
G = 26.11%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE643D (or 0xDE643D) is known color: Sorbus. HEX triplet: DE, 64 and 3D. RGB value is (222,100,61). Sum of RGB (Red+Green+Blue) = 222+100+61=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE643D is #219BC2. Grayscale: #848484. Windows color (decimal): -2202563 or 4023518. OLE color: 4023518.

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

Color convert

RGB 222 100 61 -
CMYK 0 0.55 0.73 0.13
HSL 14.53º 0.71% 0.55% -
HSV(B) 14.53º 0.73% 0.87% -
XYZ 35.52 24.98 7.36 -
YUV 132.03 87.92 192.17 -
System Red Green Blue C M Y K H S L
Decimal 222 100 61 0 0.55 0.73 0.13 14.53 0.71 0.55
Hex DE 64 3D 0 37 49 D F 47 37
Octal 336 144 75 0 67 111 15 17 107 67
Binary 11011110 1100100 111101 0 110111 1001001 1101 1111 1000111 110111

Color Harmonies of #DE643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE643D

Black with #DE643D

Text Example


Text Example

White with #DE643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE643D; }

 p { color: rgb(222,100,61); }

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

background-color css

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

 a { background-color: rgb(222,100,61); }

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

border-color css

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

 span { border-color: rgb(222,100,61); }

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