#DD7367

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

Shades of Terra Cotta #DD7367

Tints of Terra Cotta #DD7367

Color information

#DD7367 (or 0xDD7367) is unknown color: approx Terra Cotta. HEX triplet: DD, 73 and 67. RGB value is (221,115,103). Sum of RGB (Red+Green+Blue) = 221+115+103=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7367 is #228C98. Grayscale: #919191. Windows color (decimal): -2264217 or 6779869. OLE color: 6779869.

HSL color Cylindrical-coordinate representation of color #DD7367: hue angle of 6.1º degrees, saturation: 0.63, 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 #DD7367 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB221115103-
CMYK00.480.530.13
HSL6.1º63.44%63.53%-
HSV(B)6.1º53.39%86.67%-
XYZ38.428.6116.33-
YUV145.33104.12181.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=50.34%
G=26.20%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111510300.480.530.136.163.4463.53
HexDD736703035D63f40
Octal3351631470606515677100
Binary1101110111100111100111011000011010111011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7367; }

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

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

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

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

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

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

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

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