Html Css Color HEX #D76F44 Red Damask

📋 copy color: '#D76F44'

red 215 ◦ green 111 ◦ blue 68

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

Shades of Red Damask #D76F44

Tints of Red Damask #D76F44

RGB

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

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

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

R = 54.57%
G = 28.17%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D76F44 (or 0xD76F44) is known color: Red Damask. HEX triplet: D7, 6F and 44. RGB value is (215,111,68). Sum of RGB (Red+Green+Blue) = 215+111+68=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F44 is #2890BB. Grayscale: #898989. Windows color (decimal): -2658492 or 4485079. OLE color: 4485079.

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

Color convert

RGB 215 111 68 -
CMYK 0 0.48 0.68 0.16
HSL 17.55º 0.65% 0.55% -
HSV(B) 17.55º 0.68% 0.84% -
XYZ 34.75 26.23 8.7 -
YUV 137.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 215 111 68 0 0.48 0.68 0.16 17.55 0.65 0.55
Hex D7 6F 44 0 30 44 10 12 41 37
Octal 327 157 104 0 60 104 20 22 101 67
Binary 11010111 1101111 1000100 0 110000 1000100 10000 10010 1000001 110111

Color Harmonies of #D76F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F44

Black with #D76F44

Text Example


Text Example

White with #D76F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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