#DC6136

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

Shades of Sorbus #DC6136

Tints of Sorbus #DC6136

Color information

#DC6136 (or 0xDC6136) is unknown color: approx Sorbus. HEX triplet: DC, 61 and 36. RGB value is (220,97,54). Sum of RGB (Red+Green+Blue) = 220+97+54=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6136 is #239EC9. Grayscale: #818181. Windows color (decimal): -2334410 or 3563996. OLE color: 3563996.

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

Color convert

RGB2209754-
CMYK00.560.750.14
HSL15.54º70.34%53.73%-
HSV(B)15.54º75.45%86.27%-
XYZ34.4624.036.31-
YUV128.8885.75193-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.30%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 54 (21.48% from 255) = 14.56%
R=59.30%
G=26.15%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220975400.560.750.1415.5470.3453.73
HexDC61360384BE104636
Octal33414166070113162010666
Binary110111001100001110110011100010010111110100001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6136; }

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

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

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

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

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

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

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

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