#DB7A54

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

Shades of Terra Cotta #DB7A54

Tints of Terra Cotta #DB7A54

Color information

#DB7A54 (or 0xDB7A54) is unknown color: approx Terra Cotta. HEX triplet: DB, 7A and 54. RGB value is (219,122,84). Sum of RGB (Red+Green+Blue) = 219+122+84=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A54 is #2485AB. Grayscale: #929292. Windows color (decimal): -2393516 or 5536475. OLE color: 5536475.

HSL color Cylindrical-coordinate representation of color #DB7A54: hue angle of 16.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 #DB7A54 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB21912284-
CMYK00.440.620.14
HSL16.89º65.22%59.41%-
HSV(B)16.89º61.64%85.88%-
XYZ37.7729.6212.11-
YUV146.6792.64179.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.53%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=51.53%
G=28.71%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191228400.440.620.1416.8965.2259.41
HexDB7A5402C3EE11413b
Octal33317212405476162110173
Binary110110111111010101010001011001111101110100011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7A54; }

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

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

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

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

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

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

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

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