#DD725C

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

Shades of Terra Cotta #DD725C

Tints of Terra Cotta #DD725C

Color information

#DD725C (or 0xDD725C) is unknown color: approx Terra Cotta. HEX triplet: DD, 72 and 5C. RGB value is (221,114,92). Sum of RGB (Red+Green+Blue) = 221+114+92=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD725C is #228DA3. Grayscale: #8F8F8F. Windows color (decimal): -2264484 or 6058717. OLE color: 6058717.

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

Color convert

RGB22111492-
CMYK00.480.580.13
HSL10.23º65.48%61.37%-
HSV(B)10.23º58.37%86.67%-
XYZ37.7728.1813.57-
YUV143.4898.95183.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.76%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=51.76%
G=26.70%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211149200.480.580.1310.2365.4861.37
HexDD725C0303ADa413d
Octal33516213406072151210175
Binary11011101111001010111000110000111010110110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD725C; }

 p { color: rgb(221,114,92); }

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

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

 a { background-color: rgb(221,114,92); }

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

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

 span { border-color: rgb(221,114,92); }

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