Html Css Color HEX #D8724B Red Damask

📋 copy color: '#D8724B'

red 216 ◦ green 114 ◦ blue 75

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

Shades of Red Damask #D8724B

Tints of Red Damask #D8724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 53.33%
G = 28.15%
B = 18.52%

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

#D8724B (or 0xD8724B) is known color: Red Damask. HEX triplet: D8, 72 and 4B. RGB value is (216,114,75). Sum of RGB (Red+Green+Blue) = 216+114+75=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8724B is #278DB4. Grayscale: #8C8C8C. Windows color (decimal): -2592181 or 4944600. OLE color: 4944600.

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

Color convert

RGB 216 114 75 -
CMYK 0 0.47 0.65 0.15
HSL 16.6º 0.64% 0.57% -
HSV(B) 16.6º 0.65% 0.85% -
XYZ 35.61 27.14 10.02 -
YUV 140.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 216 114 75 0 0.47 0.65 0.15 16.6 0.64 0.57
Hex D8 72 4B 0 2F 41 F 11 40 39
Octal 330 162 113 0 57 101 17 21 100 71
Binary 11011000 1110010 1001011 0 101111 1000001 1111 10001 1000000 111001

Color Harmonies of #D8724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8724B

Black with #D8724B

Text Example


Text Example

White with #D8724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8724B; }

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

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

background-color css

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

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

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

border-color css

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

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

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