#DF7665

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

Shades of Terra Cotta #DF7665

Tints of Terra Cotta #DF7665

Color information

#DF7665 (or 0xDF7665) is unknown color: approx Terra Cotta. HEX triplet: DF, 76 and 65. RGB value is (223,118,101). Sum of RGB (Red+Green+Blue) = 223+118+101=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7665 is #20899A. Grayscale: #939393. Windows color (decimal): -2132379 or 6649567. OLE color: 6649567.

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

Color convert

RGB223118101-
CMYK00.470.550.13
HSL8.36º65.59%63.53%-
HSV(B)8.36º54.71%87.45%-
XYZ39.2629.5815.95-
YUV147.46101.79181.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.45%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=50.45%
G=26.70%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311810100.470.550.138.3665.5963.53
HexDF766502F37D84240
Octal337166145057671510102100
Binary110111111110110110010101011111101111101100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7665; }

 p { color: rgb(223,118,101); }

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

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

 a { background-color: rgb(223,118,101); }

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

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

 span { border-color: rgb(223,118,101); }

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