Html Css Color HEX #D6714C Red Damask

📋 copy color: '#D6714C'

red 214 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #D6714C

Tints of Red Damask #D6714C

RGB

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

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

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

R = 53.1%
G = 28.04%
B = 18.86%

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

#D6714C (or 0xD6714C) is known color: Red Damask. HEX triplet: D6, 71 and 4C. RGB value is (214,113,76). Sum of RGB (Red+Green+Blue) = 214+113+76=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6714C is #298EB3. Grayscale: #8B8B8B. Windows color (decimal): -2723508 or 5009878. OLE color: 5009878.

HSL color Cylindrical-coordinate representation of color #D6714C: hue angle of 16.09º degrees, saturation: 0.63, 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 #D6714C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 76 -
CMYK 0 0.47 0.64 0.16
HSL 16.09º 0.63% 0.57% -
HSV(B) 16.09º 0.64% 0.84% -
XYZ 34.94 26.63 10.14 -
YUV 138.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 214 113 76 0 0.47 0.64 0.16 16.09 0.63 0.57
Hex D6 71 4C 0 2F 40 10 10 3F 39
Octal 326 161 114 0 57 100 20 20 77 71
Binary 11010110 1110001 1001100 0 101111 1000000 10000 10000 111111 111001

Color Harmonies of #D6714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6714C

Black with #D6714C

Text Example


Text Example

White with #D6714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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