Html Css Color HEX #D67347 Red Damask

📋 copy color: '#D67347'

red 214 ◦ green 115 ◦ blue 71

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

Shades of Red Damask #D67347

Tints of Red Damask #D67347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 53.5%
G = 28.75%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D67347 (or 0xD67347) is known color: Red Damask. HEX triplet: D6, 73 and 47. RGB value is (214,115,71). Sum of RGB (Red+Green+Blue) = 214+115+71=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D67347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67347 is #298CB8. Grayscale: #8B8B8B. Windows color (decimal): -2723001 or 4682710. OLE color: 4682710.

HSL color Cylindrical-coordinate representation of color #D67347: hue angle of 18.46º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D67347 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 71 -
CMYK 0 0.46 0.67 0.16
HSL 18.46º 0.64% 0.56% -
HSV(B) 18.46º 0.67% 0.84% -
XYZ 35 27.01 9.33 -
YUV 139.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 214 115 71 0 0.46 0.67 0.16 18.46 0.64 0.56
Hex D6 73 47 0 2E 43 10 12 40 38
Octal 326 163 107 0 56 103 20 22 100 70
Binary 11010110 1110011 1000111 0 101110 1000011 10000 10010 1000000 111000

Color Harmonies of #D67347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67347

Black with #D67347

Text Example


Text Example

White with #D67347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67347; }

 p { color: rgb(214,115,71); }

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

background-color css

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

 a { background-color: rgb(214,115,71); }

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

border-color css

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

 span { border-color: rgb(214,115,71); }

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