Html Css Color HEX #D7714C Red Damask

📋 copy color: '#D7714C'

red 215 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #D7714C

Tints of Red Damask #D7714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 53.22%
G = 27.97%
B = 18.81%

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

#D7714C (or 0xD7714C) is known color: Red Damask. HEX triplet: D7, 71 and 4C. RGB value is (215,113,76). Sum of RGB (Red+Green+Blue) = 215+113+76=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7714C is #288EB3. Grayscale: #8B8B8B. Windows color (decimal): -2657972 or 5009879. OLE color: 5009879.

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

Color convert

RGB 215 113 76 -
CMYK 0 0.47 0.65 0.16
HSL 15.97º 0.63% 0.57% -
HSV(B) 15.97º 0.65% 0.84% -
XYZ 35.23 26.78 10.15 -
YUV 139.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 215 113 76 0 0.47 0.65 0.16 15.97 0.63 0.57
Hex D7 71 4C 0 2F 41 10 10 3F 39
Octal 327 161 114 0 57 101 20 20 77 71
Binary 11010111 1110001 1001100 0 101111 1000001 10000 10000 111111 111001

Color Harmonies of #D7714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7714C

Black with #D7714C

Text Example


Text Example

White with #D7714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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