Html Css Color HEX #D86A46 Red Damask

📋 copy color: '#D86A46'

red 216 ◦ green 106 ◦ blue 70

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

Shades of Red Damask #D86A46

Tints of Red Damask #D86A46

RGB

 RED value IS 216 (84.77% from 255) = 55.1%

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 55.1%
G = 27.04%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D86A46 (or 0xD86A46) is known color: Red Damask. HEX triplet: D8, 6A and 46. RGB value is (216,106,70). Sum of RGB (Red+Green+Blue) = 216+106+70=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A46 is #2795B9. Grayscale: #878787. Windows color (decimal): -2594234 or 4614872. OLE color: 4614872.

HSL color Cylindrical-coordinate representation of color #D86A46: hue angle of 14.79º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D86A46 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 70 -
CMYK 0 0.51 0.68 0.15
HSL 14.79º 0.65% 0.56% -
HSV(B) 14.79º 0.68% 0.85% -
XYZ 34.58 25.35 8.86 -
YUV 134.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 216 106 70 0 0.51 0.68 0.15 14.79 0.65 0.56
Hex D8 6A 46 0 33 44 F F 41 38
Octal 330 152 106 0 63 104 17 17 101 70
Binary 11011000 1101010 1000110 0 110011 1000100 1111 1111 1000001 111000

Color Harmonies of #D86A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A46

Black with #D86A46

Text Example


Text Example

White with #D86A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A46; }

 p { color: rgb(216,106,70); }

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

background-color css

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

 a { background-color: rgb(216,106,70); }

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

border-color css

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

 span { border-color: rgb(216,106,70); }

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