#D56842

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

Shades of Sorbus #D56842

Tints of Sorbus #D56842

Color information

#D56842 (or 0xD56842) is unknown color: approx Sorbus. HEX triplet: D5, 68 and 42. RGB value is (213,104,66). Sum of RGB (Red+Green+Blue) = 213+104+66=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D56842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56842 is #2A97BD. Grayscale: #848484. Windows color (decimal): -2791358 or 4352213. OLE color: 4352213.

HSL color Cylindrical-coordinate representation of color #D56842: hue angle of 15.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D56842 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21310466-
CMYK00.510.690.16
HSL15.51º63.64%54.71%-
HSV(B)15.51º69.01%83.53%-
XYZ33.3724.448.11-
YUV132.2690.61185.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.61%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=55.61%
G=27.15%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131046600.510.690.1615.5163.6454.71
HexD568420334510104037
Octal325150102063105202010067
Binary11010101110100010000100110011100010110000100001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56842; }

 p { color: rgb(213,104,66); }

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

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

 a { background-color: rgb(213,104,66); }

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

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

 span { border-color: rgb(213,104,66); }

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