#DF6F54

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

Shades of Terra Cotta #DF6F54

Tints of Terra Cotta #DF6F54

Color information

#DF6F54 (or 0xDF6F54) is unknown color: approx Terra Cotta. HEX triplet: DF, 6F and 54. RGB value is (223,111,84). Sum of RGB (Red+Green+Blue) = 223+111+84=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6F54 is #2090AB. Grayscale: #8D8D8D. Windows color (decimal): -2134188 or 5533663. OLE color: 5533663.

HSL color Cylindrical-coordinate representation of color #DF6F54: hue angle of 11.65º 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 #DF6F54 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22311184-
CMYK00.500.620.13
HSL11.65º68.47%60.2%-
HSV(B)11.65º62.33%87.45%-
XYZ37.7227.711.75-
YUV141.4195.61186.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=53.35%
G=26.56%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231118400.500.620.1311.6568.4760.2
HexDF6F540323EDc443c
Octal33715712406276151410474
Binary11011111110111110101000110010111110110111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6F54; }

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

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

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

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

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

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

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

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