#DC6130

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

Shades of Sorbus #DC6130

Tints of Sorbus #DC6130

Color information

#DC6130 (or 0xDC6130) is unknown color: approx Sorbus. HEX triplet: DC, 61 and 30. RGB value is (220,97,48). Sum of RGB (Red+Green+Blue) = 220+97+48=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6130 is #239ECF. Grayscale: #808080. Windows color (decimal): -2334416 or 3170780. OLE color: 3170780.

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

Color convert

RGB2209748-
CMYK00.560.780.14
HSL17.09º71.07%52.55%-
HSV(B)17.09º78.18%86.27%-
XYZ34.3223.985.62-
YUV128.1982.75193.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.27%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 48 (19.14% from 255) = 13.15%
R=60.27%
G=26.58%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220974800.560.780.1417.0971.0752.55
HexDC61300384EE114735
Octal33414160070116162110765
Binary110111001100001110000011100010011101110100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6130; }

 p { color: rgb(220,97,48); }

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

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

 a { background-color: rgb(220,97,48); }

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

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

 span { border-color: rgb(220,97,48); }

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