Html Css Color HEX #D76B49 Red Damask

📋 copy color: '#D76B49'

red 215 ◦ green 107 ◦ blue 73

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

Shades of Red Damask #D76B49

Tints of Red Damask #D76B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 54.43%
G = 27.09%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D76B49 (or 0xD76B49) is known color: Red Damask. HEX triplet: D7, 6B and 49. RGB value is (215,107,73). Sum of RGB (Red+Green+Blue) = 215+107+73=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B49 is #2894B6. Grayscale: #878787. Windows color (decimal): -2659511 or 4811735. OLE color: 4811735.

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

Color convert

RGB 215 107 73 -
CMYK 0 0.50 0.66 0.16
HSL 14.37º 0.64% 0.56% -
HSV(B) 14.37º 0.66% 0.84% -
XYZ 34.48 25.44 9.4 -
YUV 135.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 215 107 73 0 0.50 0.66 0.16 14.37 0.64 0.56
Hex D7 6B 49 0 32 42 10 E 40 38
Octal 327 153 111 0 62 102 20 16 100 70
Binary 11010111 1101011 1001001 0 110010 1000010 10000 1110 1000000 111000

Color Harmonies of #D76B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B49

Black with #D76B49

Text Example


Text Example

White with #D76B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B49; }

 p { color: rgb(215,107,73); }

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

background-color css

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

 a { background-color: rgb(215,107,73); }

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

border-color css

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

 span { border-color: rgb(215,107,73); }

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