Html Css Color HEX #DB7166 Terra Cotta

📋 copy color: '#DB7166'

red 219 ◦ green 113 ◦ blue 102

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

Shades of Terra Cotta #DB7166

Tints of Terra Cotta #DB7166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 50.46%
G = 26.04%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7166 (or 0xDB7166) is known color: Terra Cotta. HEX triplet: DB, 71 and 66. RGB value is (219,113,102). Sum of RGB (Red+Green+Blue) = 219+113+102=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7166 is #248E99. Grayscale: #8F8F8F. Windows color (decimal): -2395802 or 6713819. OLE color: 6713819.

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

Color convert

RGB 219 113 102 -
CMYK 0 0.48 0.53 0.14
HSL 5.64º 0.62% 0.63% -
HSV(B) 5.64º 0.53% 0.86% -
XYZ 37.52 27.83 15.96 -
YUV 143.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 219 113 102 0 0.48 0.53 0.14 5.64 0.62 0.63
Hex DB 71 66 0 30 35 E 6 3E 3F
Octal 333 161 146 0 60 65 16 6 76 77
Binary 11011011 1110001 1100110 0 110000 110101 1110 110 111110 111111

Color Harmonies of #DB7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7166

Black with #DB7166

Text Example


Text Example

White with #DB7166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7166; }

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

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

background-color css

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

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

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

border-color css

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

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

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