Html Css Color HEX #D6714A Red Damask

📋 copy color: '#D6714A'

red 214 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #D6714A

Tints of Red Damask #D6714A

RGB

 RED value IS 214 (83.98% from 255) = 53.37%

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

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 53.37%
G = 28.18%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6714A (or 0xD6714A) is known color: Red Damask. HEX triplet: D6, 71 and 4A. RGB value is (214,113,74). Sum of RGB (Red+Green+Blue) = 214+113+74=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6714A is #298EB5. Grayscale: #8B8B8B. Windows color (decimal): -2723510 or 4878806. OLE color: 4878806.

HSL color Cylindrical-coordinate representation of color #D6714A: hue angle of 16.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6714A is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 74 -
CMYK 0 0.47 0.65 0.16
HSL 16.71º 0.63% 0.56% -
HSV(B) 16.71º 0.65% 0.84% -
XYZ 34.87 26.6 9.78 -
YUV 138.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 214 113 74 0 0.47 0.65 0.16 16.71 0.63 0.56
Hex D6 71 4A 0 2F 41 10 11 3F 38
Octal 326 161 112 0 57 101 20 21 77 70
Binary 11010110 1110001 1001010 0 101111 1000001 10000 10001 111111 111000

Color Harmonies of #D6714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6714A

Black with #D6714A

Text Example


Text Example

White with #D6714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6714A; }

 p { color: rgb(214,113,74); }

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

background-color css

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

 a { background-color: rgb(214,113,74); }

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

border-color css

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

 span { border-color: rgb(214,113,74); }

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