#DC6D37

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

Shades of Sorbus #DC6D37

Tints of Sorbus #DC6D37

Color information

#DC6D37 (or 0xDC6D37) is unknown color: approx Sorbus. HEX triplet: DC, 6D and 37. RGB value is (220,109,55). Sum of RGB (Red+Green+Blue) = 220+109+55=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D37 is #2392C8. Grayscale: #888888. Windows color (decimal): -2331337 or 3632604. OLE color: 3632604.

HSL color Cylindrical-coordinate representation of color #DC6D37: hue angle of 19.64º 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 #DC6D37 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB22010955-
CMYK00.500.750.14
HSL19.64º70.21%53.92%-
HSV(B)19.64º75%86.27%-
XYZ35.6726.436.84-
YUV136.0382.27187.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.29%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 55 (21.88% from 255) = 14.32%
R=57.29%
G=28.39%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201095500.500.750.1419.6470.2153.92
HexDC6D370324BE144636
Octal33415567062113162410666
Binary110111001101101110111011001010010111110101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D37; }

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

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

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

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

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

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

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

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