Html Css Color HEX #D76D44 Red Damask

📋 copy color: '#D76D44'

red 215 ◦ green 109 ◦ blue 68

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

Shades of Red Damask #D76D44

Tints of Red Damask #D76D44

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 54.85%
G = 27.81%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D76D44 (or 0xD76D44) is known color: Red Damask. HEX triplet: D7, 6D and 44. RGB value is (215,109,68). Sum of RGB (Red+Green+Blue) = 215+109+68=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D44 is #2892BB. Grayscale: #888888. Windows color (decimal): -2659004 or 4484567. OLE color: 4484567.

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

Color convert

RGB 215 109 68 -
CMYK 0 0.49 0.68 0.16
HSL 16.73º 0.65% 0.55% -
HSV(B) 16.73º 0.68% 0.84% -
XYZ 34.54 25.8 8.63 -
YUV 136.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 215 109 68 0 0.49 0.68 0.16 16.73 0.65 0.55
Hex D7 6D 44 0 31 44 10 11 41 37
Octal 327 155 104 0 61 104 20 21 101 67
Binary 11010111 1101101 1000100 0 110001 1000100 10000 10001 1000001 110111

Color Harmonies of #D76D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D44

Black with #D76D44

Text Example


Text Example

White with #D76D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D44; }

 p { color: rgb(215,109,68); }

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

background-color css

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

 a { background-color: rgb(215,109,68); }

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

border-color css

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

 span { border-color: rgb(215,109,68); }

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