Html Css Color HEX #D6714B Red Damask

📋 copy color: '#D6714B'

red 214 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #D6714B

Tints of Red Damask #D6714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.66%

R = 53.23%
G = 28.11%
B = 18.66%

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

#D6714B (or 0xD6714B) is known color: Red Damask. HEX triplet: D6, 71 and 4B. RGB value is (214,113,75). Sum of RGB (Red+Green+Blue) = 214+113+75=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6714B is #298EB4. Grayscale: #8B8B8B. Windows color (decimal): -2723509 or 4944342. OLE color: 4944342.

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

Color convert

RGB 214 113 75 -
CMYK 0 0.47 0.65 0.16
HSL 16.4º 0.63% 0.57% -
HSV(B) 16.4º 0.65% 0.84% -
XYZ 34.91 26.61 9.95 -
YUV 138.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 214 113 75 0 0.47 0.65 0.16 16.4 0.63 0.57
Hex D6 71 4B 0 2F 41 10 10 3F 39
Octal 326 161 113 0 57 101 20 20 77 71
Binary 11010110 1110001 1001011 0 101111 1000001 10000 10000 111111 111001

Color Harmonies of #D6714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6714B

Black with #D6714B

Text Example


Text Example

White with #D6714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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