Html Css Color HEX #D8734F Red Damask

📋 copy color: '#D8734F'

red 216 ◦ green 115 ◦ blue 79

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

Shades of Red Damask #D8734F

Tints of Red Damask #D8734F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 79 (31.25% from 255) = 19.27%

R = 52.68%
G = 28.05%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8734F (or 0xD8734F) is known color: Red Damask. HEX triplet: D8, 73 and 4F. RGB value is (216,115,79). Sum of RGB (Red+Green+Blue) = 216+115+79=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8734F is #278CB0. Grayscale: #8D8D8D. Windows color (decimal): -2591921 or 5207000. OLE color: 5207000.

HSL color Cylindrical-coordinate representation of color #D8734F: hue angle of 15.77º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8734F is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 79 -
CMYK 0 0.47 0.63 0.15
HSL 15.77º 0.64% 0.58% -
HSV(B) 15.77º 0.63% 0.85% -
XYZ 35.86 27.42 10.8 -
YUV 141.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 216 115 79 0 0.47 0.63 0.15 15.77 0.64 0.58
Hex D8 73 4F 0 2F 3F F 10 40 3A
Octal 330 163 117 0 57 77 17 20 100 72
Binary 11011000 1110011 1001111 0 101111 111111 1111 10000 1000000 111010

Color Harmonies of #D8734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8734F

Black with #D8734F

Text Example


Text Example

White with #D8734F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8734F; }

 p { color: rgb(216,115,79); }

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

background-color css

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

 a { background-color: rgb(216,115,79); }

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

border-color css

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

 span { border-color: rgb(216,115,79); }

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