#DD7258

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

Shades of Terra Cotta #DD7258

Tints of Terra Cotta #DD7258

Color information

#DD7258 (or 0xDD7258) is unknown color: approx Terra Cotta. HEX triplet: DD, 72 and 58. RGB value is (221,114,88). Sum of RGB (Red+Green+Blue) = 221+114+88=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7258 is #228DA7. Grayscale: #8F8F8F. Windows color (decimal): -2264488 or 5796573. OLE color: 5796573.

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

Color convert

RGB22111488-
CMYK00.480.600.13
HSL11.73º66.17%60.59%-
HSV(B)11.73º60.18%86.67%-
XYZ37.628.1112.68-
YUV143.0396.95183.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 88 (34.77% from 255) = 20.80%
R=52.25%
G=26.95%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211148800.480.600.1311.7366.1760.59
HexDD72580303CDc423d
Octal33516213006074151410275
Binary11011101111001010110000110000111100110111001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7258; }

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

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

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

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

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

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

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

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