#DF6D54

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

Shades of Terra Cotta #DF6D54

Tints of Terra Cotta #DF6D54

Color information

#DF6D54 (or 0xDF6D54) is unknown color: approx Terra Cotta. HEX triplet: DF, 6D and 54. RGB value is (223,109,84). Sum of RGB (Red+Green+Blue) = 223+109+84=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6D54 is #2092AB. Grayscale: #8C8C8C. Windows color (decimal): -2134700 or 5533151. OLE color: 5533151.

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

Color convert

RGB22310984-
CMYK00.510.620.13
HSL10.79º68.47%60.2%-
HSV(B)10.79º62.33%87.45%-
XYZ37.527.2711.67-
YUV140.2496.27187.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.61%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=53.61%
G=26.20%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231098400.510.620.1310.7968.4760.2
HexDF6D540333EDb443c
Octal33715512406376151310474
Binary11011111110110110101000110011111110110110111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6D54; }

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

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

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

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

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

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

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

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