Html Css Color HEX #DB7165 Terra Cotta

📋 copy color: '#DB7165'

red 219 ◦ green 113 ◦ blue 101

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

Shades of Terra Cotta #DB7165

Tints of Terra Cotta #DB7165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 50.58%
G = 26.1%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7165 (or 0xDB7165) is known color: Terra Cotta. HEX triplet: DB, 71 and 65. RGB value is (219,113,101). Sum of RGB (Red+Green+Blue) = 219+113+101=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7165 is #248E9A. Grayscale: #8F8F8F. Windows color (decimal): -2395803 or 6648283. OLE color: 6648283.

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

Color convert

RGB 219 113 101 -
CMYK 0 0.48 0.54 0.14
HSL 6.1º 0.62% 0.63% -
HSV(B) 6.1º 0.54% 0.86% -
XYZ 37.47 27.81 15.71 -
YUV 143.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 219 113 101 0 0.48 0.54 0.14 6.1 0.62 0.63
Hex DB 71 65 0 30 36 E 6 3E 3F
Octal 333 161 145 0 60 66 16 6 76 77
Binary 11011011 1110001 1100101 0 110000 110110 1110 110 111110 111111

Color Harmonies of #DB7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7165

Black with #DB7165

Text Example


Text Example

White with #DB7165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7165; }

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

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

background-color css

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

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

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

border-color css

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

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

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