Html Css Color HEX #D6714E Red Damask

📋 copy color: '#D6714E'

red 214 ◦ green 113 ◦ blue 78

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

Shades of Red Damask #D6714E

Tints of Red Damask #D6714E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.26%

R = 52.84%
G = 27.9%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6714E (or 0xD6714E) is known color: Red Damask. HEX triplet: D6, 71 and 4E. RGB value is (214,113,78). Sum of RGB (Red+Green+Blue) = 214+113+78=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6714E is #298EB1. Grayscale: #8B8B8B. Windows color (decimal): -2723506 or 5140950. OLE color: 5140950.

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

Color convert

RGB 214 113 78 -
CMYK 0 0.47 0.64 0.16
HSL 15.44º 0.62% 0.57% -
HSV(B) 15.44º 0.64% 0.84% -
XYZ 35.01 26.66 10.51 -
YUV 139.21 93.46 181.35 -
System Red Green Blue C M Y K H S L
Decimal 214 113 78 0 0.47 0.64 0.16 15.44 0.62 0.57
Hex D6 71 4E 0 2F 40 10 F 3E 39
Octal 326 161 116 0 57 100 20 17 76 71
Binary 11010110 1110001 1001110 0 101111 1000000 10000 1111 111110 111001

Color Harmonies of #D6714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6714E

Black with #D6714E

Text Example


Text Example

White with #D6714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6714E; }

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

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

background-color css

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

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

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

border-color css

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

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

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