#dc6937

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

Shades of Sorbus #DC6937

Tints of Sorbus #DC6937

Color information

#DC6937 (or 0xDC6937) is unknown color: approx Sorbus. HEX triplet: DC, 69 and 37. RGB value is (220,105,55). Sum of RGB (Red+Green+Blue) = 220+105+55=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6937 is #2396C8. Grayscale: #868686. Windows color (decimal): -2332361 or 3631580. OLE color: 3631580.

HSL color Cylindrical-coordinate representation of color #DC6937: hue angle of 18.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC6937 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB22010555-
CMYK00.520.750.14
HSL18.18º70.21%53.92%-
HSV(B)18.18º75%86.27%-
XYZ35.2625.596.7-
YUV133.6883.6189.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.89%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 55 (21.88% from 255) = 14.47%
R=57.89%
G=27.63%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201055500.520.750.1418.1870.2153.92
HexDC69370344BE124636
Octal33415167064113162210666
Binary110111001101001110111011010010010111110100101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc6937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc6937; }

 p { color: rgb(220,105,55); }

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

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

 a { background-color: rgb(220,105,55); }

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

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

 span { border-color: rgb(220,105,55); }

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