#DA6D54

Color #DA6D54 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DA6D54

Tints of Terra Cotta #DA6D54

Color information

#DA6D54 (or 0xDA6D54) is unknown color: approx Terra Cotta. HEX triplet: DA, 6D and 54. RGB value is (218,109,84). Sum of RGB (Red+Green+Blue) = 218+109+84=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D54 is #2592AB. Grayscale: #8A8A8A. Windows color (decimal): -2462380 or 5533146. OLE color: 5533146.

HSL color Cylindrical-coordinate representation of color #DA6D54: hue angle of 11.19º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6D54 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21810984-
CMYK00.50.610.15
HSL11.19º64.42%59.22%-
HSV(B)11.19º61.47%85.49%-
XYZ35.9826.4811.6-
YUV138.7497.11184.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.04%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 84 (33.20% from 255) = 20.44%
R=53.04%
G=26.52%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181098400.50.610.1511.1964.4259.22
HexDA6D540323DFb403b
Octal33215512406275171310073
Binary11011010110110110101000110010111101111110111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6D54; }

 p { color: rgb(218,109,84); }

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

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

 a { background-color: rgb(218,109,84); }

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

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

 span { border-color: rgb(218,109,84); }

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