#D56F3A

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

Shades of Sorbus #D56F3A

Tints of Sorbus #D56F3A

Color information

#D56F3A (or 0xD56F3A) is unknown color: approx Sorbus. HEX triplet: D5, 6F and 3A. RGB value is (213,111,58). Sum of RGB (Red+Green+Blue) = 213+111+58=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F3A is #2A90C5. Grayscale: #878787. Windows color (decimal): -2789574 or 3829717. OLE color: 3829717.

HSL color Cylindrical-coordinate representation of color #D56F3A: hue angle of 20.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D56F3A is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB21311158-
CMYK00.480.730.16
HSL20.52º64.85%53.14%-
HSV(B)20.52º72.77%83.53%-
XYZ33.8925.827.2-
YUV135.4684.29183.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.76%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=55.76%
G=29.06%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131115800.480.730.1620.5264.8553.14
HexD56F3A0304910154135
Octal32515772060111202510165
Binary1101010111011111110100110000100100110000101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F3A; }

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

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

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

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

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

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

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

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