#D56B45

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

Shades of Red Damask #D56B45

Tints of Red Damask #D56B45

Color information

#D56B45 (or 0xD56B45) is unknown color: approx Red Damask. HEX triplet: D5, 6B and 45. RGB value is (213,107,69). Sum of RGB (Red+Green+Blue) = 213+107+69=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56B45 is #2A94BA. Grayscale: #868686. Windows color (decimal): -2790587 or 4549589. OLE color: 4549589.

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

Color convert

RGB21310769-
CMYK00.500.680.16
HSL15.83º63.16%55.29%-
HSV(B)15.83º67.61%83.53%-
XYZ33.7725.098.69-
YUV134.3691.12184.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.76%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=54.76%
G=27.51%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131076900.500.680.1615.8363.1655.29
HexD56B450324410103f37
Octal32515310506210420207767
Binary1101010111010111000101011001010001001000010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56B45; }

 p { color: rgb(213,107,69); }

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

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

 a { background-color: rgb(213,107,69); }

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

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

 span { border-color: rgb(213,107,69); }

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