Html Css Color HEX #DB7759 Terra Cotta

📋 copy color: '#DB7759'

red 219 ◦ green 119 ◦ blue 89

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

Shades of Terra Cotta #DB7759

Tints of Terra Cotta #DB7759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

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

R = 51.29%
G = 27.87%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB7759 (or 0xDB7759) is known color: Terra Cotta. HEX triplet: DB, 77 and 59. RGB value is (219,119,89). Sum of RGB (Red+Green+Blue) = 219+119+89=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7759 is #2488A6. Grayscale: #919191. Windows color (decimal): -2394279 or 5863387. OLE color: 5863387.

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

Color convert

RGB 219 119 89 -
CMYK 0 0.46 0.59 0.14
HSL 13.85º 0.64% 0.6% -
HSV(B) 13.85º 0.59% 0.86% -
XYZ 37.61 28.97 13.06 -
YUV 145.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 219 119 89 0 0.46 0.59 0.14 13.85 0.64 0.6
Hex DB 77 59 0 2E 3B E E 40 3C
Octal 333 167 131 0 56 73 16 16 100 74
Binary 11011011 1110111 1011001 0 101110 111011 1110 1110 1000000 111100

Color Harmonies of #DB7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7759

Black with #DB7759

Text Example


Text Example

White with #DB7759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7759; }

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

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

background-color css

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

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

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

border-color css

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

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

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