#DC6D3F

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

Shades of Sorbus #DC6D3F

Tints of Sorbus #DC6D3F

Color information

#DC6D3F (or 0xDC6D3F) is unknown color: approx Sorbus. HEX triplet: DC, 6D and 3F. RGB value is (220,109,63). Sum of RGB (Red+Green+Blue) = 220+109+63=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D3F is #2392C0. Grayscale: #898989. Windows color (decimal): -2331329 or 4156892. OLE color: 4156892.

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

Color convert

RGB22010963-
CMYK00.500.710.14
HSL17.58º69.16%55.49%-
HSV(B)17.58º71.36%86.27%-
XYZ35.8826.517.93-
YUV136.9486.27187.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.12%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 63 (25% from 255) = 16.07%
R=56.12%
G=27.81%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201096300.500.710.1417.5869.1655.49
HexDC6D3F03247E124537
Octal33415577062107162210567
Binary110111001101101111111011001010001111110100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D3F; }

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

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

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

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

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

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

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

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