#DD7369

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

Shades of Terra Cotta #DD7369

Tints of Terra Cotta #DD7369

Color information

#DD7369 (or 0xDD7369) is unknown color: approx Terra Cotta. HEX triplet: DD, 73 and 69. RGB value is (221,115,105). Sum of RGB (Red+Green+Blue) = 221+115+105=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7369 is #228C96. Grayscale: #919191. Windows color (decimal): -2264215 or 6910941. OLE color: 6910941.

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

Color convert

RGB221115105-
CMYK00.480.520.13
HSL5.17º63.04%63.92%-
HSV(B)5.17º52.49%86.67%-
XYZ38.528.6516.87-
YUV145.55105.12181.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=50.11%
G=26.08%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111510500.480.520.135.1763.0463.92
HexDD736903034D53f40
Octal3351631510606415577100
Binary1101110111100111101001011000011010011011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7369; }

 p { color: rgb(221,115,105); }

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

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

 a { background-color: rgb(221,115,105); }

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

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

 span { border-color: rgb(221,115,105); }

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