#DB7468

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

Shades of Terra Cotta #DB7468

Tints of Terra Cotta #DB7468

Color information

#DB7468 (or 0xDB7468) is unknown color: approx Terra Cotta. HEX triplet: DB, 74 and 68. RGB value is (219,116,104). Sum of RGB (Red+Green+Blue) = 219+116+104=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7468 is #248B97. Grayscale: #919191. Windows color (decimal): -2395032 or 6845659. OLE color: 6845659.

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

Color convert

RGB219116104-
CMYK00.470.530.14
HSL6.26º61.5%63.33%-
HSV(B)6.26º52.51%85.88%-
XYZ37.9628.5516.61-
YUV145.43104.62180.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=49.89%
G=26.42%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911610400.470.530.146.2661.563.33
HexDB746802F35E63d3f
Octal333164150057651667577
Binary110110111110100110100001011111101011110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7468; }

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

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

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

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

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

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

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

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