Html Css Color HEX #D67346 Red Damask

📋 copy color: '#D67346'

red 214 ◦ green 115 ◦ blue 70

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

Shades of Red Damask #D67346

Tints of Red Damask #D67346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.54%

R = 53.63%
G = 28.82%
B = 17.54%

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

#D67346 (or 0xD67346) is known color: Red Damask. HEX triplet: D6, 73 and 46. RGB value is (214,115,70). Sum of RGB (Red+Green+Blue) = 214+115+70=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D67346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67346 is #298CB9. Grayscale: #8B8B8B. Windows color (decimal): -2723002 or 4617174. OLE color: 4617174.

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

Color convert

RGB 214 115 70 -
CMYK 0 0.46 0.67 0.16
HSL 18.75º 0.64% 0.56% -
HSV(B) 18.75º 0.67% 0.84% -
XYZ 34.97 27 9.16 -
YUV 139.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 214 115 70 0 0.46 0.67 0.16 18.75 0.64 0.56
Hex D6 73 46 0 2E 43 10 13 40 38
Octal 326 163 106 0 56 103 20 23 100 70
Binary 11010110 1110011 1000110 0 101110 1000011 10000 10011 1000000 111000

Color Harmonies of #D67346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67346

Black with #D67346

Text Example


Text Example

White with #D67346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67346; }

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

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

background-color css

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

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

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

border-color css

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

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

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