Html Css Color HEX #D77044 Red Damask

📋 copy color: '#D77044'

red 215 ◦ green 112 ◦ blue 68

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

Shades of Red Damask #D77044

Tints of Red Damask #D77044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 54.43%
G = 28.35%
B = 17.22%

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

#D77044 (or 0xD77044) is known color: Red Damask. HEX triplet: D7, 70 and 44. RGB value is (215,112,68). Sum of RGB (Red+Green+Blue) = 215+112+68=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D77044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77044 is #288FBB. Grayscale: #8A8A8A. Windows color (decimal): -2658236 or 4485335. OLE color: 4485335.

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

Color convert

RGB 215 112 68 -
CMYK 0 0.48 0.68 0.16
HSL 17.96º 0.65% 0.55% -
HSV(B) 17.96º 0.68% 0.84% -
XYZ 34.86 26.45 8.74 -
YUV 137.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 215 112 68 0 0.48 0.68 0.16 17.96 0.65 0.55
Hex D7 70 44 0 30 44 10 12 41 37
Octal 327 160 104 0 60 104 20 22 101 67
Binary 11010111 1110000 1000100 0 110000 1000100 10000 10010 1000001 110111

Color Harmonies of #D77044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77044

Black with #D77044

Text Example


Text Example

White with #D77044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77044; }

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

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

background-color css

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

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

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

border-color css

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

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

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