Html Css Color HEX #DB7858 Terra Cotta

📋 copy color: '#DB7858'

red 219 ◦ green 120 ◦ blue 88

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

Shades of Terra Cotta #DB7858

Tints of Terra Cotta #DB7858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.61%

R = 51.29%
G = 28.1%
B = 20.61%

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

#DB7858 (or 0xDB7858) is known color: Terra Cotta. HEX triplet: DB, 78 and 58. RGB value is (219,120,88). Sum of RGB (Red+Green+Blue) = 219+120+88=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7858 is #2487A7. Grayscale: #929292. Windows color (decimal): -2394024 or 5798107. OLE color: 5798107.

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

Color convert

RGB 219 120 88 -
CMYK 0 0.45 0.60 0.14
HSL 14.66º 0.65% 0.6% -
HSV(B) 14.66º 0.6% 0.86% -
XYZ 37.69 29.2 12.88 -
YUV 145.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 219 120 88 0 0.45 0.60 0.14 14.66 0.65 0.6
Hex DB 78 58 0 2D 3C E F 41 3C
Octal 333 170 130 0 55 74 16 17 101 74
Binary 11011011 1111000 1011000 0 101101 111100 1110 1111 1000001 111100

Color Harmonies of #DB7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7858

Black with #DB7858

Text Example


Text Example

White with #DB7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7858; }

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

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

background-color css

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

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

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

border-color css

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

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

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