Html Css Color HEX #DB785D Terra Cotta

📋 copy color: '#DB785D'

red 219 ◦ green 120 ◦ blue 93

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

Shades of Terra Cotta #DB785D

Tints of Terra Cotta #DB785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 50.69%
G = 27.78%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB785D (or 0xDB785D) is known color: Terra Cotta. HEX triplet: DB, 78 and 5D. RGB value is (219,120,93). Sum of RGB (Red+Green+Blue) = 219+120+93=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB785D is #2487A2. Grayscale: #929292. Windows color (decimal): -2394019 or 6125787. OLE color: 6125787.

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

Color convert

RGB 219 120 93 -
CMYK 0 0.45 0.58 0.14
HSL 12.86º 0.64% 0.61% -
HSV(B) 12.86º 0.58% 0.86% -
XYZ 37.91 29.28 14.01 -
YUV 146.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 219 120 93 0 0.45 0.58 0.14 12.86 0.64 0.61
Hex DB 78 5D 0 2D 3A E D 40 3D
Octal 333 170 135 0 55 72 16 15 100 75
Binary 11011011 1111000 1011101 0 101101 111010 1110 1101 1000000 111101

Color Harmonies of #DB785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB785D

Black with #DB785D

Text Example


Text Example

White with #DB785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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