#DB7261

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

Shades of Terra Cotta #DB7261

Tints of Terra Cotta #DB7261

Color information

#DB7261 (or 0xDB7261) is unknown color: approx Terra Cotta. HEX triplet: DB, 72 and 61. RGB value is (219,114,97). Sum of RGB (Red+Green+Blue) = 219+114+97=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7261 is #248D9E. Grayscale: #8F8F8F. Windows color (decimal): -2395551 or 6386395. OLE color: 6386395.

HSL color Cylindrical-coordinate representation of color #DB7261: hue angle of 8.36º 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 #DB7261 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB21911497-
CMYK00.480.560.14
HSL8.36º62.89%61.96%-
HSV(B)8.36º55.71%85.88%-
XYZ37.3927.9614.74-
YUV143.46101.79181.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.93%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=50.93%
G=26.51%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191149700.480.560.148.3662.8961.96
HexDB726103038E83f3e
Octal3331621410607016107776
Binary1101101111100101100001011000011100011101000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7261; }

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

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

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

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

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

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

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

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