Html Css Color HEX #DB7859 Terra Cotta

📋 copy color: '#DB7859'

red 219 ◦ green 120 ◦ blue 89

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

Shades of Terra Cotta #DB7859

Tints of Terra Cotta #DB7859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.04%

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

R = 51.17%
G = 28.04%
B = 20.79%

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

#DB7859 (or 0xDB7859) is known color: Terra Cotta. HEX triplet: DB, 78 and 59. RGB value is (219,120,89). Sum of RGB (Red+Green+Blue) = 219+120+89=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7859 is #2487A6. Grayscale: #929292. Windows color (decimal): -2394023 or 5863643. OLE color: 5863643.

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

Color convert

RGB 219 120 89 -
CMYK 0 0.45 0.59 0.14
HSL 14.31º 0.64% 0.6% -
HSV(B) 14.31º 0.59% 0.86% -
XYZ 37.73 29.21 13.1 -
YUV 146.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 219 120 89 0 0.45 0.59 0.14 14.31 0.64 0.6
Hex DB 78 59 0 2D 3B E E 40 3C
Octal 333 170 131 0 55 73 16 16 100 74
Binary 11011011 1111000 1011001 0 101101 111011 1110 1110 1000000 111100

Color Harmonies of #DB7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7859

Black with #DB7859

Text Example


Text Example

White with #DB7859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7859; }

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

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

background-color css

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

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

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

border-color css

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

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

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