#D66D43

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

Shades of Red Damask #D66D43

Tints of Red Damask #D66D43

Color information

#D66D43 (or 0xD66D43) is unknown color: approx Red Damask. HEX triplet: D6, 6D and 43. RGB value is (214,109,67). Sum of RGB (Red+Green+Blue) = 214+109+67=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D43 is #2992BC. Grayscale: #878787. Windows color (decimal): -2724541 or 4419030. OLE color: 4419030.

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

Color convert

RGB21410967-
CMYK00.490.690.16
HSL17.14º64.19%55.1%-
HSV(B)17.14º68.69%83.92%-
XYZ34.2125.648.46-
YUV135.6189.29183.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 67 (26.56% from 255) = 17.18%
R=54.87%
G=27.95%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141096700.490.690.1617.1464.1955.1
HexD66D430314510114037
Octal326155103061105202110067
Binary11010110110110110000110110001100010110000100011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D43; }

 p { color: rgb(214,109,67); }

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

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

 a { background-color: rgb(214,109,67); }

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

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

 span { border-color: rgb(214,109,67); }

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