Html Css Color HEX #D46F49 Red Damask

📋 copy color: '#D46F49'

red 212 ◦ green 111 ◦ blue 73

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

Shades of Red Damask #D46F49

Tints of Red Damask #D46F49

RGB

 RED value IS 212 (83.2% from 255) = 53.54%

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

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

R = 53.54%
G = 28.03%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D46F49 (or 0xD46F49) is known color: Red Damask. HEX triplet: D4, 6F and 49. RGB value is (212,111,73). Sum of RGB (Red+Green+Blue) = 212+111+73=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46F49 is #2B90B6. Grayscale: #898989. Windows color (decimal): -2855095 or 4812756. OLE color: 4812756.

HSL color Cylindrical-coordinate representation of color #D46F49: hue angle of 16.4º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D46F49 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 111 73 -
CMYK 0 0.48 0.66 0.17
HSL 16.4º 0.62% 0.56% -
HSV(B) 16.4º 0.66% 0.83% -
XYZ 34.04 25.85 9.5 -
YUV 136.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 212 111 73 0 0.48 0.66 0.17 16.4 0.62 0.56
Hex D4 6F 49 0 30 42 11 10 3E 38
Octal 324 157 111 0 60 102 21 20 76 70
Binary 11010100 1101111 1001001 0 110000 1000010 10001 10000 111110 111000

Color Harmonies of #D46F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F49

Black with #D46F49

Text Example


Text Example

White with #D46F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F49; }

 p { color: rgb(212,111,73); }

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

background-color css

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

 a { background-color: rgb(212,111,73); }

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

border-color css

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

 span { border-color: rgb(212,111,73); }

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