Html Css Color HEX #D7744F Red Damask

📋 copy color: '#D7744F'

red 215 ◦ green 116 ◦ blue 79

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

Shades of Red Damask #D7744F

Tints of Red Damask #D7744F

RGB

 RED value IS 215 (84.38% from 255) = 52.44%

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 79 (31.25% from 255) = 19.27%

R = 52.44%
G = 28.29%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7744F (or 0xD7744F) is known color: Red Damask. HEX triplet: D7, 74 and 4F. RGB value is (215,116,79). Sum of RGB (Red+Green+Blue) = 215+116+79=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7744F is #288BB0. Grayscale: #8D8D8D. Windows color (decimal): -2657201 or 5207255. OLE color: 5207255.

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

Color convert

RGB 215 116 79 -
CMYK 0 0.46 0.63 0.16
HSL 16.32º 0.63% 0.58% -
HSV(B) 16.32º 0.63% 0.84% -
XYZ 35.68 27.5 10.83 -
YUV 141.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 215 116 79 0 0.46 0.63 0.16 16.32 0.63 0.58
Hex D7 74 4F 0 2E 3F 10 10 3F 3A
Octal 327 164 117 0 56 77 20 20 77 72
Binary 11010111 1110100 1001111 0 101110 111111 10000 10000 111111 111010

Color Harmonies of #D7744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7744F

Black with #D7744F

Text Example


Text Example

White with #D7744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7744F; }

 p { color: rgb(215,116,79); }

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

background-color css

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

 a { background-color: rgb(215,116,79); }

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

border-color css

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

 span { border-color: rgb(215,116,79); }

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