Html Css Color HEX #DB7960 Terra Cotta

📋 copy color: '#DB7960'

red 219 ◦ green 121 ◦ blue 96

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

Shades of Terra Cotta #DB7960

Tints of Terra Cotta #DB7960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.75%

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

R = 50.23%
G = 27.75%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7960 (or 0xDB7960) is known color: Terra Cotta. HEX triplet: DB, 79 and 60. RGB value is (219,121,96). Sum of RGB (Red+Green+Blue) = 219+121+96=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7960 is #24869F. Grayscale: #939393. Windows color (decimal): -2393760 or 6322651. OLE color: 6322651.

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

Color convert

RGB 219 121 96 -
CMYK 0 0.45 0.56 0.14
HSL 12.2º 0.63% 0.62% -
HSV(B) 12.2º 0.56% 0.86% -
XYZ 38.16 29.58 14.76 -
YUV 147.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 219 121 96 0 0.45 0.56 0.14 12.2 0.63 0.62
Hex DB 79 60 0 2D 38 E C 3F 3E
Octal 333 171 140 0 55 70 16 14 77 76
Binary 11011011 1111001 1100000 0 101101 111000 1110 1100 111111 111110

Color Harmonies of #DB7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7960

Black with #DB7960

Text Example


Text Example

White with #DB7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7960; }

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

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

background-color css

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

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

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

border-color css

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

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

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