Html Css Color HEX #DB7156 Terra Cotta

📋 copy color: '#DB7156'

red 219 ◦ green 113 ◦ blue 86

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

Shades of Terra Cotta #DB7156

Tints of Terra Cotta #DB7156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

 BLUE value IS 86 (33.98% from 255) = 20.57%

R = 52.39%
G = 27.03%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB7156 (or 0xDB7156) is known color: Terra Cotta. HEX triplet: DB, 71 and 56. RGB value is (219,113,86). Sum of RGB (Red+Green+Blue) = 219+113+86=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7156 is #248EA9. Grayscale: #8D8D8D. Windows color (decimal): -2395818 or 5665243. OLE color: 5665243.

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

Color convert

RGB 219 113 86 -
CMYK 0 0.48 0.61 0.14
HSL 12.18º 0.65% 0.6% -
HSV(B) 12.18º 0.61% 0.86% -
XYZ 36.8 27.54 12.18 -
YUV 141.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 219 113 86 0 0.48 0.61 0.14 12.18 0.65 0.6
Hex DB 71 56 0 30 3D E C 41 3C
Octal 333 161 126 0 60 75 16 14 101 74
Binary 11011011 1110001 1010110 0 110000 111101 1110 1100 1000001 111100

Color Harmonies of #DB7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7156

Black with #DB7156

Text Example


Text Example

White with #DB7156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7156; }

 p { color: rgb(219,113,86); }

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

background-color css

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

 a { background-color: rgb(219,113,86); }

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

border-color css

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

 span { border-color: rgb(219,113,86); }

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