Html Css Color HEX #DB7160 Terra Cotta

📋 copy color: '#DB7160'

red 219 ◦ green 113 ◦ blue 96

#DB7160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #DB7160

Tints of Terra Cotta #DB7160

RGB

 RED value IS 219 (85.94% from 255) = 51.17%

 GREEN value IS 113 (44.53% from 255) = 26.4%

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 51.17%
G = 26.4%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7160 (or 0xDB7160) is known color: Terra Cotta. HEX triplet: DB, 71 and 60. RGB value is (219,113,96). Sum of RGB (Red+Green+Blue) = 219+113+96=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7160 is #248E9F. Grayscale: #8E8E8E. Windows color (decimal): -2395808 or 6320603. OLE color: 6320603.

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

Color convert

RGB 219 113 96 -
CMYK 0 0.48 0.56 0.14
HSL 8.29º 0.63% 0.62% -
HSV(B) 8.29º 0.56% 0.86% -
XYZ 37.23 27.71 14.45 -
YUV 142.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 219 113 96 0 0.48 0.56 0.14 8.29 0.63 0.62
Hex DB 71 60 0 30 38 E 8 3F 3E
Octal 333 161 140 0 60 70 16 10 77 76
Binary 11011011 1110001 1100000 0 110000 111000 1110 1000 111111 111110

Color Harmonies of #DB7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7160

Black with #DB7160

Text Example


Text Example

White with #DB7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7160; }

 p { color: rgb(219,113,96); }

 H1.HeaderClassName
 {
   color: #DB7160;
 }
 .AnyTagClassName
 {
   color: #DB7160;
 }
</style>

background-color css

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

 a { background-color: rgb(219,113,96); }

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

border-color css

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

 span { border-color: rgb(219,113,96); }

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