#DF7769

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

Shades of Terra Cotta #DF7769

Tints of Terra Cotta #DF7769

Color information

#DF7769 (or 0xDF7769) is unknown color: approx Terra Cotta. HEX triplet: DF, 77 and 69. RGB value is (223,119,105). Sum of RGB (Red+Green+Blue) = 223+119+105=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7769 is #208896. Grayscale: #949494. Windows color (decimal): -2132119 or 6911967. OLE color: 6911967.

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

Color convert

RGB223119105-
CMYK00.470.530.13
HSL7.12º64.84%64.31%-
HSV(B)7.12º52.91%87.45%-
XYZ39.5829.917.05-
YUV148.5103.46181.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=49.89%
G=26.62%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311910500.470.530.137.1264.8464.31
HexDF776902F35D74140
Octal33716715105765157101100
Binary11011111111011111010010101111110101110111110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7769; }

 p { color: rgb(223,119,105); }

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

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

 a { background-color: rgb(223,119,105); }

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

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

 span { border-color: rgb(223,119,105); }

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