Html Css Color HEX #DB7361 Terra Cotta

📋 copy color: '#DB7361'

red 219 ◦ green 115 ◦ blue 97

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

Shades of Terra Cotta #DB7361

Tints of Terra Cotta #DB7361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.68%

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

R = 50.81%
G = 26.68%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7361 (or 0xDB7361) is known color: Terra Cotta. HEX triplet: DB, 73 and 61. RGB value is (219,115,97). Sum of RGB (Red+Green+Blue) = 219+115+97=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7361 is #248C9E. Grayscale: #909090. Windows color (decimal): -2395295 or 6386651. OLE color: 6386651.

HSL color Cylindrical-coordinate representation of color #DB7361: hue angle of 8.85º 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 #DB7361 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 115 97 -
CMYK 0 0.47 0.56 0.14
HSL 8.85º 0.63% 0.62% -
HSV(B) 8.85º 0.56% 0.86% -
XYZ 37.5 28.18 14.77 -
YUV 144.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 219 115 97 0 0.47 0.56 0.14 8.85 0.63 0.62
Hex DB 73 61 0 2F 38 E 9 3F 3E
Octal 333 163 141 0 57 70 16 11 77 76
Binary 11011011 1110011 1100001 0 101111 111000 1110 1001 111111 111110

Color Harmonies of #DB7361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7361

Black with #DB7361

Text Example


Text Example

White with #DB7361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7361; }

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

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

background-color css

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

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

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

border-color css

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

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

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