#DF7266

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

Shades of Terra Cotta #DF7266

Tints of Terra Cotta #DF7266

Color information

#DF7266 (or 0xDF7266) is unknown color: approx Terra Cotta. HEX triplet: DF, 72 and 66. RGB value is (223,114,102). Sum of RGB (Red+Green+Blue) = 223+114+102=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7266 is #208D99. Grayscale: #919191. Windows color (decimal): -2133402 or 6714079. OLE color: 6714079.

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

Color convert

RGB223114102-
CMYK00.490.540.13
HSL5.95º65.41%63.73%-
HSV(B)5.95º54.26%87.45%-
XYZ38.8528.6816.06-
YUV145.22103.61183.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.80%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=50.80%
G=25.97%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311410200.490.540.135.9565.4163.73
HexDF726603136D64140
Octal33716214606166156101100
Binary11011111111001011001100110001110110110111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7266; }

 p { color: rgb(223,114,102); }

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

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

 a { background-color: rgb(223,114,102); }

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

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

 span { border-color: rgb(223,114,102); }

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