#DB725E

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

Shades of Terra Cotta #DB725E

Tints of Terra Cotta #DB725E

Color information

#DB725E (or 0xDB725E) is unknown color: approx Terra Cotta. HEX triplet: DB, 72 and 5E. RGB value is (219,114,94). Sum of RGB (Red+Green+Blue) = 219+114+94=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB725E is #248DA1. Grayscale: #8F8F8F. Windows color (decimal): -2395554 or 6189787. OLE color: 6189787.

HSL color Cylindrical-coordinate representation of color #DB725E: hue angle of 9.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB725E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB21911494-
CMYK00.480.570.14
HSL9.6º63.45%61.37%-
HSV(B)9.6º57.08%85.88%-
XYZ37.2527.914.01-
YUV143.12100.29182.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=51.29%
G=26.70%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191149400.480.570.149.663.4561.37
HexDB725E03039Ea3f3d
Octal3331621360607116127775
Binary1101101111100101011110011000011100111101010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB725E; }

 p { color: rgb(219,114,94); }

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

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

 a { background-color: rgb(219,114,94); }

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

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

 span { border-color: rgb(219,114,94); }

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