Html Css Color HEX #D76C44 Red Damask

📋 copy color: '#D76C44'

red 215 ◦ green 108 ◦ blue 68

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

Shades of Red Damask #D76C44

Tints of Red Damask #D76C44

RGB

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

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

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

R = 54.99%
G = 27.62%
B = 17.39%

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

#D76C44 (or 0xD76C44) is known color: Red Damask. HEX triplet: D7, 6C and 44. RGB value is (215,108,68). Sum of RGB (Red+Green+Blue) = 215+108+68=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C44 is #2893BB. Grayscale: #878787. Windows color (decimal): -2659260 or 4484311. OLE color: 4484311.

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

Color convert

RGB 215 108 68 -
CMYK 0 0.50 0.68 0.16
HSL 16.33º 0.65% 0.55% -
HSV(B) 16.33º 0.68% 0.84% -
XYZ 34.43 25.59 8.59 -
YUV 135.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 215 108 68 0 0.50 0.68 0.16 16.33 0.65 0.55
Hex D7 6C 44 0 32 44 10 10 41 37
Octal 327 154 104 0 62 104 20 20 101 67
Binary 11010111 1101100 1000100 0 110010 1000100 10000 10000 1000001 110111

Color Harmonies of #D76C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C44

Black with #D76C44

Text Example


Text Example

White with #D76C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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