Html Css Color HEX #D1724B Red Damask

📋 copy color: '#D1724B'

red 209 ◦ green 114 ◦ blue 75

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

Shades of Red Damask #D1724B

Tints of Red Damask #D1724B

RGB

 RED value IS 209 (82.03% from 255) = 52.51%

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

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

R = 52.51%
G = 28.64%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1724B (or 0xD1724B) is known color: Red Damask. HEX triplet: D1, 72 and 4B. RGB value is (209,114,75). Sum of RGB (Red+Green+Blue) = 209+114+75=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1724B is #2E8DB4. Grayscale: #8A8A8A. Windows color (decimal): -3050933 or 4944593. OLE color: 4944593.

HSL color Cylindrical-coordinate representation of color #D1724B: hue angle of 17.46º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1724B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 114 75 -
CMYK 0 0.45 0.64 0.18
HSL 17.46º 0.59% 0.56% -
HSV(B) 17.46º 0.64% 0.82% -
XYZ 33.58 26.1 9.92 -
YUV 137.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 209 114 75 0 0.45 0.64 0.18 17.46 0.59 0.56
Hex D1 72 4B 0 2D 40 12 11 3B 38
Octal 321 162 113 0 55 100 22 21 73 70
Binary 11010001 1110010 1001011 0 101101 1000000 10010 10001 111011 111000

Color Harmonies of #D1724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1724B

Black with #D1724B

Text Example


Text Example

White with #D1724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1724B; }

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

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

background-color css

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

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

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

border-color css

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

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

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