Html Css Color HEX #D8704B Red Damask

📋 copy color: '#D8704B'

red 216 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #D8704B

Tints of Red Damask #D8704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 53.6%
G = 27.79%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8704B (or 0xD8704B) is known color: Red Damask. HEX triplet: D8, 70 and 4B. RGB value is (216,112,75). Sum of RGB (Red+Green+Blue) = 216+112+75=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8704B is #278FB4. Grayscale: #8B8B8B. Windows color (decimal): -2592693 or 4944088. OLE color: 4944088.

HSL color Cylindrical-coordinate representation of color #D8704B: hue angle of 15.74º 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 #D8704B is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 75 -
CMYK 0 0.48 0.65 0.15
HSL 15.74º 0.64% 0.57% -
HSV(B) 15.74º 0.65% 0.85% -
XYZ 35.38 26.7 9.94 -
YUV 138.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 216 112 75 0 0.48 0.65 0.15 15.74 0.64 0.57
Hex D8 70 4B 0 30 41 F 10 40 39
Octal 330 160 113 0 60 101 17 20 100 71
Binary 11011000 1110000 1001011 0 110000 1000001 1111 10000 1000000 111001

Color Harmonies of #D8704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8704B

Black with #D8704B

Text Example


Text Example

White with #D8704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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