#DC6D44

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

Shades of Sorbus #DC6D44

Tints of Sorbus #DC6D44

Color information

#DC6D44 (or 0xDC6D44) is unknown color: approx Sorbus. HEX triplet: DC, 6D and 44. RGB value is (220,109,68). Sum of RGB (Red+Green+Blue) = 220+109+68=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D44 is #2392BB. Grayscale: #898989. Windows color (decimal): -2331324 or 4484572. OLE color: 4484572.

HSL color Cylindrical-coordinate representation of color #DC6D44: hue angle of 16.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC6D44 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB22010968-
CMYK00.500.690.14
HSL16.18º68.47%56.47%-
HSV(B)16.18º69.09%86.27%-
XYZ36.0326.578.7-
YUV137.5288.77186.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.42%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=55.42%
G=27.46%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201096800.500.690.1416.1868.4756.47
HexDC6D4403245E104438
Octal334155104062105162010470
Binary1101110011011011000100011001010001011110100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D44; }

 p { color: rgb(220,109,68); }

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

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

 a { background-color: rgb(220,109,68); }

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

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

 span { border-color: rgb(220,109,68); }

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