#DC6C33

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

Shades of Sorbus #DC6C33

Tints of Sorbus #DC6C33

Color information

#DC6C33 (or 0xDC6C33) is unknown color: approx Sorbus. HEX triplet: DC, 6C and 33. RGB value is (220,108,51). Sum of RGB (Red+Green+Blue) = 220+108+51=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C33 is #2393CC. Grayscale: #878787. Windows color (decimal): -2331597 or 3370204. OLE color: 3370204.

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

Color convert

RGB22010851-
CMYK00.510.770.14
HSL20.24º70.71%53.14%-
HSV(B)20.24º76.82%86.27%-
XYZ35.4826.186.32-
YUV134.9980.61188.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 51 (20.31% from 255) = 13.46%
R=58.05%
G=28.50%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201085100.510.770.1420.2470.7153.14
HexDC6C330334DE144735
Octal33415463063115162410765
Binary110111001101100110011011001110011011110101001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C33; }

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

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

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

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

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

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

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

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