#DD7051

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

Shades of Terra Cotta #DD7051

Tints of Terra Cotta #DD7051

Color information

#DD7051 (or 0xDD7051) is unknown color: approx Terra Cotta. HEX triplet: DD, 70 and 51. RGB value is (221,112,81). Sum of RGB (Red+Green+Blue) = 221+112+81=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7051 is #228FAE. Grayscale: #8D8D8D. Windows color (decimal): -2265007 or 5337309. OLE color: 5337309.

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

Color convert

RGB22111281-
CMYK00.490.630.13
HSL13.29º67.31%59.22%-
HSV(B)13.29º63.35%86.67%-
XYZ37.127.5511.15-
YUV141.0694.11185.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.38%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=53.38%
G=27.05%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211128100.490.630.1313.2967.3159.22
HexDD70510313FDd433b
Octal33516012106177151510373
Binary11011101111000010100010110001111111110111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7051; }

 p { color: rgb(221,112,81); }

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

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

 a { background-color: rgb(221,112,81); }

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

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

 span { border-color: rgb(221,112,81); }

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