#DE6134

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

Shades of Sorbus #DE6134

Tints of Sorbus #DE6134

Color information

#DE6134 (or 0xDE6134) is unknown color: approx Sorbus. HEX triplet: DE, 61 and 34. RGB value is (222,97,52). Sum of RGB (Red+Green+Blue) = 222+97+52=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6134 is #219ECB. Grayscale: #818181. Windows color (decimal): -2203340 or 3432926. OLE color: 3432926.

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

Color convert

RGB2229752-
CMYK00.560.770.13
HSL15.88º72.03%53.73%-
HSV(B)15.88º76.58%87.06%-
XYZ35.0224.336.1-
YUV129.2484.41194.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=59.84%
G=26.15%
B=14.02%

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
Decimal222975200.560.770.1315.8872.0353.73
HexDE61340384DD104836
Octal33614164070115152011066
Binary110111101100001110100011100010011011101100001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6134; }

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

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

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

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

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

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

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

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