#DA6F5E

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

Shades of Terra Cotta #DA6F5E

Tints of Terra Cotta #DA6F5E

Color information

#DA6F5E (or 0xDA6F5E) is unknown color: approx Terra Cotta. HEX triplet: DA, 6F and 5E. RGB value is (218,111,94). Sum of RGB (Red+Green+Blue) = 218+111+94=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F5E is #2590A1. Grayscale: #8D8D8D. Windows color (decimal): -2461858 or 6189018. OLE color: 6189018.

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

Color convert

RGB21811194-
CMYK00.490.570.15
HSL8.23º62.63%61.18%-
HSV(B)8.23º56.88%85.49%-
XYZ36.6227.0813.89-
YUV141.06101.45182.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=51.54%
G=26.24%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181119400.490.570.158.2362.6361.18
HexDA6F5E03139F83f3d
Octal3321571360617117107775
Binary1101101011011111011110011000111100111111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6F5E; }

 p { color: rgb(218,111,94); }

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

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

 a { background-color: rgb(218,111,94); }

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

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

 span { border-color: rgb(218,111,94); }

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