Html Css Color HEX #D76F47 Red Damask

📋 copy color: '#D76F47'

red 215 ◦ green 111 ◦ blue 71

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

Shades of Red Damask #D76F47

Tints of Red Damask #D76F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 71 (28.13% from 255) = 17.88%

R = 54.16%
G = 27.96%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D76F47 (or 0xD76F47) is known color: Red Damask. HEX triplet: D7, 6F and 47. RGB value is (215,111,71). Sum of RGB (Red+Green+Blue) = 215+111+71=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F47 is #2890B8. Grayscale: #898989. Windows color (decimal): -2658489 or 4681687. OLE color: 4681687.

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

Color convert

RGB 215 111 71 -
CMYK 0 0.48 0.67 0.16
HSL 16.67º 0.64% 0.56% -
HSV(B) 16.67º 0.67% 0.84% -
XYZ 34.85 26.27 9.2 -
YUV 137.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 215 111 71 0 0.48 0.67 0.16 16.67 0.64 0.56
Hex D7 6F 47 0 30 43 10 11 40 38
Octal 327 157 107 0 60 103 20 21 100 70
Binary 11010111 1101111 1000111 0 110000 1000011 10000 10001 1000000 111000

Color Harmonies of #D76F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F47

Black with #D76F47

Text Example


Text Example

White with #D76F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F47; }

 p { color: rgb(215,111,71); }

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

background-color css

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

 a { background-color: rgb(215,111,71); }

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

border-color css

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

 span { border-color: rgb(215,111,71); }

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