#DD7854

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

Shades of Terra Cotta #DD7854

Tints of Terra Cotta #DD7854

Color information

#DD7854 (or 0xDD7854) is unknown color: approx Terra Cotta. HEX triplet: DD, 78 and 54. RGB value is (221,120,84). Sum of RGB (Red+Green+Blue) = 221+120+84=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7854 is #2287AB. Grayscale: #929292. Windows color (decimal): -2262956 or 5535965. OLE color: 5535965.

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

Color convert

RGB22112084-
CMYK00.460.620.13
HSL15.77º66.83%59.8%-
HSV(B)15.77º61.99%86.67%-
XYZ38.1429.4512.06-
YUV146.192.96181.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=52%
G=28.24%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211208400.460.620.1315.7766.8359.8
HexDD785402E3ED10433c
Octal33517012405676152010374
Binary110111011111000101010001011101111101101100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7854; }

 p { color: rgb(221,120,84); }

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

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

 a { background-color: rgb(221,120,84); }

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

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

 span { border-color: rgb(221,120,84); }

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