Html Css Color HEX #DB7959 Terra Cotta

📋 copy color: '#DB7959'

red 219 ◦ green 121 ◦ blue 89

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

Shades of Terra Cotta #DB7959

Tints of Terra Cotta #DB7959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.75%

R = 51.05%
G = 28.21%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB7959 (or 0xDB7959) is known color: Terra Cotta. HEX triplet: DB, 79 and 59. RGB value is (219,121,89). Sum of RGB (Red+Green+Blue) = 219+121+89=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7959 is #2486A6. Grayscale: #929292. Windows color (decimal): -2393767 or 5863899. OLE color: 5863899.

HSL color Cylindrical-coordinate representation of color #DB7959: hue angle of 14.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB7959 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 89 -
CMYK 0 0.45 0.59 0.14
HSL 14.77º 0.64% 0.6% -
HSV(B) 14.77º 0.59% 0.86% -
XYZ 37.85 29.46 13.14 -
YUV 146.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 219 121 89 0 0.45 0.59 0.14 14.77 0.64 0.6
Hex DB 79 59 0 2D 3B E F 40 3C
Octal 333 171 131 0 55 73 16 17 100 74
Binary 11011011 1111001 1011001 0 101101 111011 1110 1111 1000000 111100

Color Harmonies of #DB7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7959

Black with #DB7959

Text Example


Text Example

White with #DB7959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7959; }

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

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

background-color css

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

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

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

border-color css

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

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

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