Html Css Color HEX #D9714C Red Damask

📋 copy color: '#D9714C'

red 217 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #D9714C

Tints of Red Damask #D9714C

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

 GREEN value IS 113 (44.53% from 255) = 27.83%

 BLUE value IS 76 (30.08% from 255) = 18.72%

R = 53.45%
G = 27.83%
B = 18.72%

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

#D9714C (or 0xD9714C) is known color: Red Damask. HEX triplet: D9, 71 and 4C. RGB value is (217,113,76). Sum of RGB (Red+Green+Blue) = 217+113+76=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9714C is #268EB3. Grayscale: #8C8C8C. Windows color (decimal): -2526900 or 5009881. OLE color: 5009881.

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

Color convert

RGB 217 113 76 -
CMYK 0 0.48 0.65 0.15
HSL 15.74º 0.65% 0.57% -
HSV(B) 15.74º 0.65% 0.85% -
XYZ 35.82 27.08 10.18 -
YUV 139.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 217 113 76 0 0.48 0.65 0.15 15.74 0.65 0.57
Hex D9 71 4C 0 30 41 F 10 41 39
Octal 331 161 114 0 60 101 17 20 101 71
Binary 11011001 1110001 1001100 0 110000 1000001 1111 10000 1000001 111001

Color Harmonies of #D9714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9714C

Black with #D9714C

Text Example


Text Example

White with #D9714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9714C; }

 p { color: rgb(217,113,76); }

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

background-color css

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

 a { background-color: rgb(217,113,76); }

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

border-color css

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

 span { border-color: rgb(217,113,76); }

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