Html Css Color HEX #DB7161 Terra Cotta

📋 copy color: '#DB7161'

red 219 ◦ green 113 ◦ blue 97

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

Shades of Terra Cotta #DB7161

Tints of Terra Cotta #DB7161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.61%

R = 51.05%
G = 26.34%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7161 (or 0xDB7161) is known color: Terra Cotta. HEX triplet: DB, 71 and 61. RGB value is (219,113,97). Sum of RGB (Red+Green+Blue) = 219+113+97=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7161 is #248E9E. Grayscale: #8F8F8F. Windows color (decimal): -2395807 or 6386139. OLE color: 6386139.

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

Color convert

RGB 219 113 97 -
CMYK 0 0.48 0.56 0.14
HSL 7.87º 0.63% 0.62% -
HSV(B) 7.87º 0.56% 0.86% -
XYZ 37.28 27.73 14.7 -
YUV 142.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 219 113 97 0 0.48 0.56 0.14 7.87 0.63 0.62
Hex DB 71 61 0 30 38 E 8 3F 3E
Octal 333 161 141 0 60 70 16 10 77 76
Binary 11011011 1110001 1100001 0 110000 111000 1110 1000 111111 111110

Color Harmonies of #DB7161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7161

Black with #DB7161

Text Example


Text Example

White with #DB7161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7161; }

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

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

background-color css

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

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

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

border-color css

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

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

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