Html Css Color HEX #D7724C Red Damask

📋 copy color: '#D7724C'

red 215 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #D7724C

Tints of Red Damask #D7724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 76 (30.08% from 255) = 18.77%

R = 53.09%
G = 28.15%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7724C (or 0xD7724C) is known color: Red Damask. HEX triplet: D7, 72 and 4C. RGB value is (215,114,76). Sum of RGB (Red+Green+Blue) = 215+114+76=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7724C is #288DB3. Grayscale: #8C8C8C. Windows color (decimal): -2657716 or 5010135. OLE color: 5010135.

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

Color convert

RGB 215 114 76 -
CMYK 0 0.47 0.65 0.16
HSL 16.4º 0.63% 0.57% -
HSV(B) 16.4º 0.65% 0.84% -
XYZ 35.35 27 10.19 -
YUV 139.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 215 114 76 0 0.47 0.65 0.16 16.4 0.63 0.57
Hex D7 72 4C 0 2F 41 10 10 3F 39
Octal 327 162 114 0 57 101 20 20 77 71
Binary 11010111 1110010 1001100 0 101111 1000001 10000 10000 111111 111001

Color Harmonies of #D7724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7724C

Black with #D7724C

Text Example


Text Example

White with #D7724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7724C; }

 p { color: rgb(215,114,76); }

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

background-color css

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

 a { background-color: rgb(215,114,76); }

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

border-color css

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

 span { border-color: rgb(215,114,76); }

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