#D5774F

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

Shades of Red Damask #D5774F

Tints of Red Damask #D5774F

Color information

#D5774F (or 0xD5774F) is unknown color: approx Red Damask. HEX triplet: D5, 77 and 4F. RGB value is (213,119,79). Sum of RGB (Red+Green+Blue) = 213+119+79=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5774F is #2A88B0. Grayscale: #8E8E8E. Windows color (decimal): -2787505 or 5208021. OLE color: 5208021.

HSL color Cylindrical-coordinate representation of color #D5774F: hue angle of 17.91º degrees, saturation: 0.61, 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 #D5774F is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB21311979-
CMYK00.440.630.16
HSL17.91º61.47%57.25%-
HSV(B)17.91º62.91%83.53%-
XYZ35.4527.910.91-
YUV142.5592.14178.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 79 (31.25% from 255) = 19.22%
R=51.82%
G=28.95%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131197900.440.630.1617.9161.4757.25
HexD5774F02C3F10123d39
Octal3251671170547720227571
Binary110101011110111100111101011001111111000010010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5774F; }

 p { color: rgb(213,119,79); }

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

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

 a { background-color: rgb(213,119,79); }

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

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

 span { border-color: rgb(213,119,79); }

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