#DC6C35

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

Shades of Sorbus #DC6C35

Tints of Sorbus #DC6C35

Color information

#DC6C35 (or 0xDC6C35) is unknown color: approx Sorbus. HEX triplet: DC, 6C and 35. RGB value is (220,108,53). Sum of RGB (Red+Green+Blue) = 220+108+53=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C35 is #2393CA. Grayscale: #878787. Windows color (decimal): -2331595 or 3501276. OLE color: 3501276.

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

Color convert

RGB22010853-
CMYK00.510.760.14
HSL19.76º70.46%53.53%-
HSV(B)19.76º75.91%86.27%-
XYZ35.5226.26.55-
YUV135.2281.61188.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.74%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=57.74%
G=28.35%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201085300.510.760.1419.7670.4653.53
HexDC6C350334CE144636
Octal33415465063114162410666
Binary110111001101100110101011001110011001110101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C35; }

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

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

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

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

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

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

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

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