Html Css Color HEX #DB795E Terra Cotta

📋 copy color: '#DB795E'

red 219 ◦ green 121 ◦ blue 94

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

Shades of Terra Cotta #DB795E

Tints of Terra Cotta #DB795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.88%

 BLUE value IS 94 (37.11% from 255) = 21.66%

R = 50.46%
G = 27.88%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB795E (or 0xDB795E) is known color: Terra Cotta. HEX triplet: DB, 79 and 5E. RGB value is (219,121,94). Sum of RGB (Red+Green+Blue) = 219+121+94=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB795E is #2486A1. Grayscale: #939393. Windows color (decimal): -2393762 or 6191579. OLE color: 6191579.

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

Color convert

RGB 219 121 94 -
CMYK 0 0.45 0.57 0.14
HSL 12.96º 0.63% 0.61% -
HSV(B) 12.96º 0.57% 0.86% -
XYZ 38.07 29.54 14.29 -
YUV 147.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 219 121 94 0 0.45 0.57 0.14 12.96 0.63 0.61
Hex DB 79 5E 0 2D 39 E D 3F 3D
Octal 333 171 136 0 55 71 16 15 77 75
Binary 11011011 1111001 1011110 0 101101 111001 1110 1101 111111 111101

Color Harmonies of #DB795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB795E

Black with #DB795E

Text Example


Text Example

White with #DB795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB795E; }

 p { color: rgb(219,121,94); }

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

background-color css

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

 a { background-color: rgb(219,121,94); }

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

border-color css

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

 span { border-color: rgb(219,121,94); }

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