Html Css Color HEX #D76C45 Red Damask

📋 copy color: '#D76C45'

red 215 ◦ green 108 ◦ blue 69

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

Shades of Red Damask #D76C45

Tints of Red Damask #D76C45

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

 BLUE value IS 69 (27.34% from 255) = 17.6%

R = 54.85%
G = 27.55%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D76C45 (or 0xD76C45) is known color: Red Damask. HEX triplet: D7, 6C and 45. RGB value is (215,108,69). Sum of RGB (Red+Green+Blue) = 215+108+69=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C45 is #2893BA. Grayscale: #878787. Windows color (decimal): -2659259 or 4549847. OLE color: 4549847.

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

Color convert

RGB 215 108 69 -
CMYK 0 0.50 0.68 0.16
HSL 16.03º 0.65% 0.56% -
HSV(B) 16.03º 0.68% 0.84% -
XYZ 34.46 25.6 8.76 -
YUV 135.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 215 108 69 0 0.50 0.68 0.16 16.03 0.65 0.56
Hex D7 6C 45 0 32 44 10 10 41 38
Octal 327 154 105 0 62 104 20 20 101 70
Binary 11010111 1101100 1000101 0 110010 1000100 10000 10000 1000001 111000

Color Harmonies of #D76C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C45

Black with #D76C45

Text Example


Text Example

White with #D76C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C45; }

 p { color: rgb(215,108,69); }

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

background-color css

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

 a { background-color: rgb(215,108,69); }

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

border-color css

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

 span { border-color: rgb(215,108,69); }

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