Html Css Color HEX #D6704B Red Damask

📋 copy color: '#D6704B'

red 214 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #D6704B

Tints of Red Damask #D6704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

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

R = 53.37%
G = 27.93%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6704B (or 0xD6704B) is known color: Red Damask. HEX triplet: D6, 70 and 4B. RGB value is (214,112,75). Sum of RGB (Red+Green+Blue) = 214+112+75=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6704B is #298FB4. Grayscale: #8A8A8A. Windows color (decimal): -2723765 or 4944086. OLE color: 4944086.

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

Color convert

RGB 214 112 75 -
CMYK 0 0.48 0.65 0.16
HSL 15.97º 0.63% 0.57% -
HSV(B) 15.97º 0.65% 0.84% -
XYZ 34.8 26.39 9.92 -
YUV 138.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 214 112 75 0 0.48 0.65 0.16 15.97 0.63 0.57
Hex D6 70 4B 0 30 41 10 10 3F 39
Octal 326 160 113 0 60 101 20 20 77 71
Binary 11010110 1110000 1001011 0 110000 1000001 10000 10000 111111 111001

Color Harmonies of #D6704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6704B

Black with #D6704B

Text Example


Text Example

White with #D6704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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