#DE6234

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

Shades of Sorbus #DE6234

Tints of Sorbus #DE6234

Color information

#DE6234 (or 0xDE6234) is unknown color: approx Sorbus. HEX triplet: DE, 62 and 34. RGB value is (222,98,52). Sum of RGB (Red+Green+Blue) = 222+98+52=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6234 is #219DCB. Grayscale: #828282. Windows color (decimal): -2203084 or 3433182. OLE color: 3433182.

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

Color convert

RGB2229852-
CMYK00.560.770.13
HSL16.24º72.03%53.73%-
HSV(B)16.24º76.58%87.06%-
XYZ35.1124.516.13-
YUV129.8384.08193.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.68%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=59.68%
G=26.34%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222985200.560.770.1316.2472.0353.73
HexDE62340384DD104836
Octal33614264070115152011066
Binary110111101100010110100011100010011011101100001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6234; }

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

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

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

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

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

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

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

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