#DB7461

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

Shades of Terra Cotta #DB7461

Tints of Terra Cotta #DB7461

Color information

#DB7461 (or 0xDB7461) is unknown color: approx Terra Cotta. HEX triplet: DB, 74 and 61. RGB value is (219,116,97). Sum of RGB (Red+Green+Blue) = 219+116+97=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7461 is #248B9E. Grayscale: #909090. Windows color (decimal): -2395039 or 6386907. OLE color: 6386907.

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

Color convert

RGB21911697-
CMYK00.470.560.14
HSL9.34º62.89%61.96%-
HSV(B)9.34º55.71%85.88%-
XYZ37.6228.4114.81-
YUV144.63101.12181.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.69%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=50.69%
G=26.85%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191169700.470.560.149.3462.8961.96
HexDB746102F38E93f3e
Octal3331641410577016117776
Binary1101101111101001100001010111111100011101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7461; }

 p { color: rgb(219,116,97); }

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

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

 a { background-color: rgb(219,116,97); }

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

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

 span { border-color: rgb(219,116,97); }

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