Html Css Color HEX #D8734B Red Damask

📋 copy color: '#D8734B'

red 216 ◦ green 115 ◦ blue 75

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

Shades of Red Damask #D8734B

Tints of Red Damask #D8734B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 53.2%
G = 28.33%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8734B (or 0xD8734B) is known color: Red Damask. HEX triplet: D8, 73 and 4B. RGB value is (216,115,75). Sum of RGB (Red+Green+Blue) = 216+115+75=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8734B is #278CB4. Grayscale: #8C8C8C. Windows color (decimal): -2591925 or 4944856. OLE color: 4944856.

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

Color convert

RGB 216 115 75 -
CMYK 0 0.47 0.65 0.15
HSL 17.02º 0.64% 0.57% -
HSV(B) 17.02º 0.65% 0.85% -
XYZ 35.72 27.37 10.06 -
YUV 140.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 216 115 75 0 0.47 0.65 0.15 17.02 0.64 0.57
Hex D8 73 4B 0 2F 41 F 11 40 39
Octal 330 163 113 0 57 101 17 21 100 71
Binary 11011000 1110011 1001011 0 101111 1000001 1111 10001 1000000 111001

Color Harmonies of #D8734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8734B

Black with #D8734B

Text Example


Text Example

White with #D8734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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