#DF6D67

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

Shades of Terra Cotta #DF6D67

Tints of Terra Cotta #DF6D67

Color information

#DF6D67 (or 0xDF6D67) is unknown color: approx Terra Cotta. HEX triplet: DF, 6D and 67. RGB value is (223,109,103). Sum of RGB (Red+Green+Blue) = 223+109+103=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6D67 is #209298. Grayscale: #8E8E8E. Windows color (decimal): -2134681 or 6778335. OLE color: 6778335.

HSL color Cylindrical-coordinate representation of color #DF6D67: hue angle of 3º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6D67 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB223109103-
CMYK00.510.540.13
HSL65.22%63.92%-
HSV(B)53.81%87.45%-
XYZ38.3527.616.14-
YUV142.4105.77185.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=51.26%
G=25.06%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310910300.510.540.13365.2263.92
HexDF6D6703336D34140
Octal33715514706366153101100
Binary1101111111011011100111011001111011011011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6D67; }

 p { color: rgb(223,109,103); }

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

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

 a { background-color: rgb(223,109,103); }

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

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

 span { border-color: rgb(223,109,103); }

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