#DA6740

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

Shades of Sorbus #DA6740

Tints of Sorbus #DA6740

Color information

#DA6740 (or 0xDA6740) is unknown color: approx Sorbus. HEX triplet: DA, 67 and 40. RGB value is (218,103,64). Sum of RGB (Red+Green+Blue) = 218+103+64=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6740 is #2598BF. Grayscale: #858585. Windows color (decimal): -2463936 or 4220890. OLE color: 4220890.

HSL color Cylindrical-coordinate representation of color #DA6740: hue angle of 15.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA6740 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21810364-
CMYK00.530.710.15
HSL15.19º67.54%55.29%-
HSV(B)15.19º70.64%85.49%-
XYZ34.6924.987.84-
YUV132.9489.1188.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.62%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=56.62%
G=26.75%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181036400.530.710.1515.1967.5455.29
HexDA674003547Ff4437
Octal332147100065107171710467
Binary110110101100111100000001101011000111111111111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6740; }

 p { color: rgb(218,103,64); }

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

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

 a { background-color: rgb(218,103,64); }

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

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

 span { border-color: rgb(218,103,64); }

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