Html Css Color HEX #D77249 Red Damask

📋 copy color: '#D77249'

red 215 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #D77249

Tints of Red Damask #D77249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 53.48%
G = 28.36%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D77249 (or 0xD77249) is known color: Red Damask. HEX triplet: D7, 72 and 49. RGB value is (215,114,73). Sum of RGB (Red+Green+Blue) = 215+114+73=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D77249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77249 is #288DB6. Grayscale: #8B8B8B. Windows color (decimal): -2657719 or 4813527. OLE color: 4813527.

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

Color convert

RGB 215 114 73 -
CMYK 0 0.47 0.66 0.16
HSL 17.32º 0.64% 0.56% -
HSV(B) 17.32º 0.66% 0.84% -
XYZ 35.24 26.96 9.65 -
YUV 139.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 215 114 73 0 0.47 0.66 0.16 17.32 0.64 0.56
Hex D7 72 49 0 2F 42 10 11 40 38
Octal 327 162 111 0 57 102 20 21 100 70
Binary 11010111 1110010 1001001 0 101111 1000010 10000 10001 1000000 111000

Color Harmonies of #D77249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77249

Black with #D77249

Text Example


Text Example

White with #D77249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77249; }

 p { color: rgb(215,114,73); }

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

background-color css

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

 a { background-color: rgb(215,114,73); }

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

border-color css

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

 span { border-color: rgb(215,114,73); }

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