Html Css Color HEX #D6714F Red Damask

📋 copy color: '#D6714F'

red 214 ◦ green 113 ◦ blue 79

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

Shades of Red Damask #D6714F

Tints of Red Damask #D6714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 52.71%
G = 27.83%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6714F (or 0xD6714F) is known color: Red Damask. HEX triplet: D6, 71 and 4F. RGB value is (214,113,79). Sum of RGB (Red+Green+Blue) = 214+113+79=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6714F is #298EB0. Grayscale: #8B8B8B. Windows color (decimal): -2723505 or 5206486. OLE color: 5206486.

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

Color convert

RGB 214 113 79 -
CMYK 0 0.47 0.63 0.16
HSL 15.11º 0.62% 0.57% -
HSV(B) 15.11º 0.63% 0.84% -
XYZ 35.05 26.67 10.7 -
YUV 139.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 214 113 79 0 0.47 0.63 0.16 15.11 0.62 0.57
Hex D6 71 4F 0 2F 3F 10 F 3E 39
Octal 326 161 117 0 57 77 20 17 76 71
Binary 11010110 1110001 1001111 0 101111 111111 10000 1111 111110 111001

Color Harmonies of #D6714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6714F

Black with #D6714F

Text Example


Text Example

White with #D6714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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