#DC6636

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

Shades of Sorbus #DC6636

Tints of Sorbus #DC6636

Color information

#DC6636 (or 0xDC6636) is unknown color: approx Sorbus. HEX triplet: DC, 66 and 36. RGB value is (220,102,54). Sum of RGB (Red+Green+Blue) = 220+102+54=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6636 is #2399C9. Grayscale: #848484. Windows color (decimal): -2333130 or 3565276. OLE color: 3565276.

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

Color convert

RGB22010254-
CMYK00.540.750.14
HSL17.35º70.34%53.73%-
HSV(B)17.35º75.45%86.27%-
XYZ34.9324.986.47-
YUV131.8184.09190.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.51%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 54 (21.48% from 255) = 14.36%
R=58.51%
G=27.13%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201025400.540.750.1417.3570.3453.73
HexDC66360364BE114636
Octal33414666066113162110666
Binary110111001100110110110011011010010111110100011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6636; }

 p { color: rgb(220,102,54); }

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

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

 a { background-color: rgb(220,102,54); }

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

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

 span { border-color: rgb(220,102,54); }

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