#DC6533

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

Shades of Sorbus #DC6533

Tints of Sorbus #DC6533

Color information

#DC6533 (or 0xDC6533) is unknown color: approx Sorbus. HEX triplet: DC, 65 and 33. RGB value is (220,101,51). Sum of RGB (Red+Green+Blue) = 220+101+51=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6533 is #239ACC. Grayscale: #838383. Windows color (decimal): -2333389 or 3368412. OLE color: 3368412.

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

Color convert

RGB22010151-
CMYK00.540.770.14
HSL17.75º70.71%53.14%-
HSV(B)17.75º76.82%86.27%-
XYZ34.7724.766.08-
YUV130.8882.92191.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.14%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=59.14%
G=27.15%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201015100.540.770.1417.7570.7153.14
HexDC65330364DE124735
Octal33414563066115162210765
Binary110111001100101110011011011010011011110100101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6533; }

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

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

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

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

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

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

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

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