#D9725C

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

Shades of Terra Cotta #D9725C

Tints of Terra Cotta #D9725C

Color information

#D9725C (or 0xD9725C) is unknown color: approx Terra Cotta. HEX triplet: D9, 72 and 5C. RGB value is (217,114,92). Sum of RGB (Red+Green+Blue) = 217+114+92=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9725C is #268DA3. Grayscale: #8E8E8E. Windows color (decimal): -2526628 or 6058713. OLE color: 6058713.

HSL color Cylindrical-coordinate representation of color #D9725C: hue angle of 10.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9725C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21711492-
CMYK00.470.580.15
HSL10.56º62.19%60.59%-
HSV(B)10.56º57.6%85.1%-
XYZ36.5627.5613.52-
YUV142.2999.62181.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=51.30%
G=26.95%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171149200.470.580.1510.5662.1960.59
HexD9725C02F3AFb3e3d
Octal3311621340577217137675
Binary1101100111100101011100010111111101011111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9725C; }

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

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

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

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

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

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

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

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