Html Css Color HEX #DB7857 Terra Cotta

📋 copy color: '#DB7857'

red 219 ◦ green 120 ◦ blue 87

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

Shades of Terra Cotta #DB7857

Tints of Terra Cotta #DB7857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.42%

R = 51.41%
G = 28.17%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB7857 (or 0xDB7857) is known color: Terra Cotta. HEX triplet: DB, 78 and 57. RGB value is (219,120,87). Sum of RGB (Red+Green+Blue) = 219+120+87=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7857 is #2487A8. Grayscale: #929292. Windows color (decimal): -2394025 or 5732571. OLE color: 5732571.

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

Color convert

RGB 219 120 87 -
CMYK 0 0.45 0.60 0.14
HSL 15º 0.65% 0.6% -
HSV(B) 15º 0.6% 0.86% -
XYZ 37.65 29.18 12.66 -
YUV 145.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 219 120 87 0 0.45 0.60 0.14 15 0.65 0.6
Hex DB 78 57 0 2D 3C E F 41 3C
Octal 333 170 127 0 55 74 16 17 101 74
Binary 11011011 1111000 1010111 0 101101 111100 1110 1111 1000001 111100

Color Harmonies of #DB7857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7857

Black with #DB7857

Text Example


Text Example

White with #DB7857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7857; }

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

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

background-color css

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

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

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

border-color css

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

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

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