#DE6231

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

Shades of Sorbus #DE6231

Tints of Sorbus #DE6231

Color information

#DE6231 (or 0xDE6231) is unknown color: approx Sorbus. HEX triplet: DE, 62 and 31. RGB value is (222,98,49). Sum of RGB (Red+Green+Blue) = 222+98+49=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6231 is #219DCE. Grayscale: #818181. Windows color (decimal): -2203087 or 3236574. OLE color: 3236574.

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

Color convert

RGB2229849-
CMYK00.560.780.13
HSL16.99º72.38%53.14%-
HSV(B)16.99º77.93%87.06%-
XYZ35.0524.495.78-
YUV129.4982.58193.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.16%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 49 (19.53% from 255) = 13.28%
R=60.16%
G=26.56%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222984900.560.780.1316.9972.3853.14
HexDE62310384ED114835
Octal33614261070116152111065
Binary110111101100010110001011100010011101101100011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6231; }

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

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

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

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

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

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

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

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