Html Css Color HEX #D56F4E Red Damask

📋 copy color: '#D56F4E'

red 213 ◦ green 111 ◦ blue 78

#D56F4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D56F4E

Tints of Red Damask #D56F4E

RGB

 RED value IS 213 (83.59% from 255) = 52.99%

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 78 (30.86% from 255) = 19.4%

R = 52.99%
G = 27.61%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D56F4E (or 0xD56F4E) is known color: Red Damask. HEX triplet: D5, 6F and 4E. RGB value is (213,111,78). Sum of RGB (Red+Green+Blue) = 213+111+78=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F4E is #2A90B1. Grayscale: #898989. Windows color (decimal): -2789554 or 5140437. OLE color: 5140437.

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

Color convert

RGB 213 111 78 -
CMYK 0 0.48 0.63 0.16
HSL 14.67º 0.62% 0.57% -
HSV(B) 14.67º 0.63% 0.84% -
XYZ 34.5 26.07 10.42 -
YUV 137.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 213 111 78 0 0.48 0.63 0.16 14.67 0.62 0.57
Hex D5 6F 4E 0 30 3F 10 F 3E 39
Octal 325 157 116 0 60 77 20 17 76 71
Binary 11010101 1101111 1001110 0 110000 111111 10000 1111 111110 111001

Color Harmonies of #D56F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F4E

Black with #D56F4E

Text Example


Text Example

White with #D56F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F4E; }

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

 H1.HeaderClassName
 {
   color: #D56F4E;
 }
 .AnyTagClassName
 {
   color: #D56F4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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