#d56f4a

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

Shades of Red Damask #D56F4A

Tints of Red Damask #D56F4A

Color information

#D56F4A (or 0xD56F4A) is unknown color: approx Red Damask. HEX triplet: D5, 6F and 4A. RGB value is (213,111,74). Sum of RGB (Red+Green+Blue) = 213+111+74=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F4A is #2A90B5. Grayscale: #898989. Windows color (decimal): -2789558 or 4878293. OLE color: 4878293.

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

Color convert

RGB21311174-
CMYK00.480.650.16
HSL15.97º62.33%56.27%-
HSV(B)15.97º65.26%83.53%-
XYZ34.3626.019.69-
YUV137.2892.29182.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=53.52%
G=27.89%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131117400.480.650.1615.9762.3356.27
HexD56F4A0304110103e38
Octal32515711206010120207670
Binary1101010111011111001010011000010000011000010000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56f4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56f4a; }

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

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

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

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

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

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

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

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