#DB7462

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

Shades of Terra Cotta #DB7462

Tints of Terra Cotta #DB7462

Color information

#DB7462 (or 0xDB7462) is unknown color: approx Terra Cotta. HEX triplet: DB, 74 and 62. RGB value is (219,116,98). Sum of RGB (Red+Green+Blue) = 219+116+98=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7462 is #248B9D. Grayscale: #909090. Windows color (decimal): -2395038 or 6452443. OLE color: 6452443.

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

Color convert

RGB21911698-
CMYK00.470.550.14
HSL8.93º62.69%62.16%-
HSV(B)8.93º55.25%85.88%-
XYZ37.6628.4315.06-
YUV144.74101.62180.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.58%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=50.58%
G=26.79%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191169800.470.550.148.9362.6962.16
HexDB746202F37E93f3e
Octal3331641420576716117776
Binary1101101111101001100010010111111011111101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7462; }

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

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

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

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

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

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

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

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