#DC6C3F

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

Shades of Sorbus #DC6C3F

Tints of Sorbus #DC6C3F

Color information

#DC6C3F (or 0xDC6C3F) is unknown color: approx Sorbus. HEX triplet: DC, 6C and 3F. RGB value is (220,108,63). Sum of RGB (Red+Green+Blue) = 220+108+63=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C3F is #2393C0. Grayscale: #888888. Windows color (decimal): -2331585 or 4156636. OLE color: 4156636.

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

Color convert

RGB22010863-
CMYK00.510.710.14
HSL17.2º69.16%55.49%-
HSV(B)17.2º71.36%86.27%-
XYZ35.7726.37.89-
YUV136.3686.61187.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.27%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 63 (25% from 255) = 16.11%
R=56.27%
G=27.62%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201086300.510.710.1417.269.1655.49
HexDC6C3F03347E114537
Octal33415477063107162110567
Binary110111001101100111111011001110001111110100011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C3F; }

 p { color: rgb(220,108,63); }

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

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

 a { background-color: rgb(220,108,63); }

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

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

 span { border-color: rgb(220,108,63); }

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