Html Css Color HEX #D67046 Red Damask

📋 copy color: '#D67046'

red 214 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #D67046

Tints of Red Damask #D67046

RGB

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

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

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

R = 54.04%
G = 28.28%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D67046 (or 0xD67046) is known color: Red Damask. HEX triplet: D6, 70 and 46. RGB value is (214,112,70). Sum of RGB (Red+Green+Blue) = 214+112+70=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D67046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67046 is #298FB9. Grayscale: #898989. Windows color (decimal): -2723770 or 4616406. OLE color: 4616406.

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

Color convert

RGB 214 112 70 -
CMYK 0 0.48 0.67 0.16
HSL 17.5º 0.64% 0.56% -
HSV(B) 17.5º 0.67% 0.84% -
XYZ 34.63 26.33 9.05 -
YUV 137.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 214 112 70 0 0.48 0.67 0.16 17.5 0.64 0.56
Hex D6 70 46 0 30 43 10 12 40 38
Octal 326 160 106 0 60 103 20 22 100 70
Binary 11010110 1110000 1000110 0 110000 1000011 10000 10010 1000000 111000

Color Harmonies of #D67046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67046

Black with #D67046

Text Example


Text Example

White with #D67046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67046; }

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

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

background-color css

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

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

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

border-color css

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

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

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