Html Css Color HEX #D7734C Red Damask

📋 copy color: '#D7734C'

red 215 ◦ green 115 ◦ blue 76

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

Shades of Red Damask #D7734C

Tints of Red Damask #D7734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.33%

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

R = 52.96%
G = 28.33%
B = 18.72%

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

#D7734C (or 0xD7734C) is known color: Red Damask. HEX triplet: D7, 73 and 4C. RGB value is (215,115,76). Sum of RGB (Red+Green+Blue) = 215+115+76=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7734C is #288CB3. Grayscale: #8C8C8C. Windows color (decimal): -2657460 or 5010391. OLE color: 5010391.

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

Color convert

RGB 215 115 76 -
CMYK 0 0.47 0.65 0.16
HSL 16.83º 0.63% 0.57% -
HSV(B) 16.83º 0.65% 0.84% -
XYZ 35.46 27.23 10.22 -
YUV 140.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 215 115 76 0 0.47 0.65 0.16 16.83 0.63 0.57
Hex D7 73 4C 0 2F 41 10 11 3F 39
Octal 327 163 114 0 57 101 20 21 77 71
Binary 11010111 1110011 1001100 0 101111 1000001 10000 10001 111111 111001

Color Harmonies of #D7734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7734C

Black with #D7734C

Text Example


Text Example

White with #D7734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7734C; }

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

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

background-color css

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

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

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

border-color css

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

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

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