#DE6431

Color #DE6431 Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DE6431

Tints of Sorbus #DE6431

Color information

#DE6431 (or 0xDE6431) is unknown color: approx Sorbus. HEX triplet: DE, 64 and 31. RGB value is (222,100,49). Sum of RGB (Red+Green+Blue) = 222+100+49=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6431 is #219BCE. Grayscale: #828282. Windows color (decimal): -2202575 or 3237086. OLE color: 3237086.

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

Color convert

RGB22210049-
CMYK00.550.780.13
HSL17.69º72.38%53.14%-
HSV(B)17.69º77.93%87.06%-
XYZ35.2424.875.85-
YUV130.6681.92193.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=59.84%
G=26.95%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221004900.550.780.1317.6972.3853.14
HexDE64310374ED124835
Octal33614461067116152211065
Binary110111101100100110001011011110011101101100101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6431; }

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

 H1.HeaderClassName
 {
   color: #DE6431;
 }
 .AnyTagClassName
 {
   color: #DE6431;
 }
</style>
background-color css

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

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

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

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

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

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