#DB7154

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

Shades of Terra Cotta #DB7154

Tints of Terra Cotta #DB7154

Color information

#DB7154 (or 0xDB7154) is unknown color: approx Terra Cotta. HEX triplet: DB, 71 and 54. RGB value is (219,113,84). Sum of RGB (Red+Green+Blue) = 219+113+84=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7154 is #248EAB. Grayscale: #8D8D8D. Windows color (decimal): -2395820 or 5534171. OLE color: 5534171.

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

Color convert

RGB21911384-
CMYK00.480.620.14
HSL12.89º65.22%59.41%-
HSV(B)12.89º61.64%85.88%-
XYZ36.7227.5111.76-
YUV141.3995.62183.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.64%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=52.64%
G=27.16%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191138400.480.620.1412.8965.2259.41
HexDB71540303EEd413b
Octal33316112406076161510173
Binary11011011111000110101000110000111110111011011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7154; }

 p { color: rgb(219,113,84); }

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

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

 a { background-color: rgb(219,113,84); }

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

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

 span { border-color: rgb(219,113,84); }

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