#d67047

Color #D67047 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D67047

Tints of Red Damask #D67047

Color information

#D67047 (or 0xD67047) is unknown color: approx Red Damask. HEX triplet: D6, 70 and 47. RGB value is (214,112,71). Sum of RGB (Red+Green+Blue) = 214+112+71=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D67047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67047 is #298FB8. Grayscale: #8A8A8A. Windows color (decimal): -2723769 or 4681942. OLE color: 4681942.

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

Color convert

RGB21411271-
CMYK00.480.670.16
HSL17.2º63.56%55.88%-
HSV(B)17.2º66.82%83.92%-
XYZ34.6626.349.22-
YUV137.8290.29182.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.90%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=53.90%
G=28.21%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141127100.480.670.1617.263.5655.88
HexD670470304310114038
Octal326160107060103202110070
Binary11010110111000010001110110000100001110000100011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d67047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d67047; }

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

 H1.HeaderClassName
 {
   color: #d67047;
 }
 .AnyTagClassName
 {
   color: #d67047;
 }
</style>
background-color css

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

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

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

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

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

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