Html Css Color HEX #D6714D Red Damask

📋 copy color: '#D6714D'

red 214 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #D6714D

Tints of Red Damask #D6714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 52.97%
G = 27.97%
B = 19.06%

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

#D6714D (or 0xD6714D) is known color: Red Damask. HEX triplet: D6, 71 and 4D. RGB value is (214,113,77). Sum of RGB (Red+Green+Blue) = 214+113+77=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6714D is #298EB2. Grayscale: #8B8B8B. Windows color (decimal): -2723507 or 5075414. OLE color: 5075414.

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

Color convert

RGB 214 113 77 -
CMYK 0 0.47 0.64 0.16
HSL 15.77º 0.63% 0.57% -
HSV(B) 15.77º 0.64% 0.84% -
XYZ 34.98 26.64 10.32 -
YUV 139.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 214 113 77 0 0.47 0.64 0.16 15.77 0.63 0.57
Hex D6 71 4D 0 2F 40 10 10 3F 39
Octal 326 161 115 0 57 100 20 20 77 71
Binary 11010110 1110001 1001101 0 101111 1000000 10000 10000 111111 111001

Color Harmonies of #D6714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6714D

Black with #D6714D

Text Example


Text Example

White with #D6714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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