#D56F40

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

Shades of Sorbus #D56F40

Tints of Sorbus #D56F40

Color information

#D56F40 (or 0xD56F40) is unknown color: approx Sorbus. HEX triplet: D5, 6F and 40. RGB value is (213,111,64). Sum of RGB (Red+Green+Blue) = 213+111+64=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F40 is #2A90BF. Grayscale: #888888. Windows color (decimal): -2789568 or 4222933. OLE color: 4222933.

HSL color Cylindrical-coordinate representation of color #D56F40: hue angle of 18.93º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D56F40 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21311164-
CMYK00.480.700.16
HSL18.93º63.95%54.31%-
HSV(B)18.93º69.95%83.53%-
XYZ34.0525.898.05-
YUV136.1487.29182.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.90%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=54.90%
G=28.61%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131116400.480.700.1618.9363.9554.31
HexD56F400304610134036
Octal325157100060106202310066
Binary11010101110111110000000110000100011010000100111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F40; }

 p { color: rgb(213,111,64); }

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

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

 a { background-color: rgb(213,111,64); }

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

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

 span { border-color: rgb(213,111,64); }

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