Html Css Color HEX #D9714B Red Damask

📋 copy color: '#D9714B'

red 217 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #D9714B

Tints of Red Damask #D9714B

RGB

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

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

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

R = 53.58%
G = 27.9%
B = 18.52%

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

#D9714B (or 0xD9714B) is known color: Red Damask. HEX triplet: D9, 71 and 4B. RGB value is (217,113,75). Sum of RGB (Red+Green+Blue) = 217+113+75=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9714B is #268EB4. Grayscale: #8C8C8C. Windows color (decimal): -2526901 or 4944345. OLE color: 4944345.

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

Color convert

RGB 217 113 75 -
CMYK 0 0.48 0.65 0.15
HSL 16.06º 0.65% 0.57% -
HSV(B) 16.06º 0.65% 0.85% -
XYZ 35.79 27.07 10 -
YUV 139.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 217 113 75 0 0.48 0.65 0.15 16.06 0.65 0.57
Hex D9 71 4B 0 30 41 F 10 41 39
Octal 331 161 113 0 60 101 17 20 101 71
Binary 11011001 1110001 1001011 0 110000 1000001 1111 10000 1000001 111001

Color Harmonies of #D9714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9714B

Black with #D9714B

Text Example


Text Example

White with #D9714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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