Html Css Color HEX #D7704D Red Damask

📋 copy color: '#D7704D'

red 215 ◦ green 112 ◦ blue 77

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

Shades of Red Damask #D7704D

Tints of Red Damask #D7704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

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

R = 53.22%
G = 27.72%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7704D (or 0xD7704D) is known color: Red Damask. HEX triplet: D7, 70 and 4D. RGB value is (215,112,77). Sum of RGB (Red+Green+Blue) = 215+112+77=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7704D is #288FB2. Grayscale: #8B8B8B. Windows color (decimal): -2658227 or 5075159. OLE color: 5075159.

HSL color Cylindrical-coordinate representation of color #D7704D: hue angle of 15.22º 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 #D7704D is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 77 -
CMYK 0 0.48 0.64 0.16
HSL 15.22º 0.63% 0.57% -
HSV(B) 15.22º 0.64% 0.84% -
XYZ 35.16 26.57 10.3 -
YUV 138.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 215 112 77 0 0.48 0.64 0.16 15.22 0.63 0.57
Hex D7 70 4D 0 30 40 10 F 3F 39
Octal 327 160 115 0 60 100 20 17 77 71
Binary 11010111 1110000 1001101 0 110000 1000000 10000 1111 111111 111001

Color Harmonies of #D7704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7704D

Black with #D7704D

Text Example


Text Example

White with #D7704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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