Html Css Color HEX #D7724D Red Damask

📋 copy color: '#D7724D'

red 215 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #D7724D

Tints of Red Damask #D7724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.97%

R = 52.96%
G = 28.08%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7724D (or 0xD7724D) is known color: Red Damask. HEX triplet: D7, 72 and 4D. RGB value is (215,114,77). Sum of RGB (Red+Green+Blue) = 215+114+77=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7724D is #288DB2. Grayscale: #8C8C8C. Windows color (decimal): -2657715 or 5075671. OLE color: 5075671.

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

Color convert

RGB 215 114 77 -
CMYK 0 0.47 0.64 0.16
HSL 16.09º 0.63% 0.57% -
HSV(B) 16.09º 0.64% 0.84% -
XYZ 35.38 27.02 10.37 -
YUV 139.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 215 114 77 0 0.47 0.64 0.16 16.09 0.63 0.57
Hex D7 72 4D 0 2F 40 10 10 3F 39
Octal 327 162 115 0 57 100 20 20 77 71
Binary 11010111 1110010 1001101 0 101111 1000000 10000 10000 111111 111001

Color Harmonies of #D7724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7724D

Black with #D7724D

Text Example


Text Example

White with #D7724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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