Html Css Color HEX #DB7364 Terra Cotta

📋 copy color: '#DB7364'

red 219 ◦ green 115 ◦ blue 100

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

Shades of Terra Cotta #DB7364

Tints of Terra Cotta #DB7364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 50.46%
G = 26.5%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7364 (or 0xDB7364) is known color: Terra Cotta. HEX triplet: DB, 73 and 64. RGB value is (219,115,100). Sum of RGB (Red+Green+Blue) = 219+115+100=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7364 is #248C9B. Grayscale: #909090. Windows color (decimal): -2395292 or 6583259. OLE color: 6583259.

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

Color convert

RGB 219 115 100 -
CMYK 0 0.47 0.54 0.14
HSL 7.56º 0.62% 0.63% -
HSV(B) 7.56º 0.54% 0.86% -
XYZ 37.64 28.24 15.52 -
YUV 144.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 219 115 100 0 0.47 0.54 0.14 7.56 0.62 0.63
Hex DB 73 64 0 2F 36 E 8 3E 3F
Octal 333 163 144 0 57 66 16 10 76 77
Binary 11011011 1110011 1100100 0 101111 110110 1110 1000 111110 111111

Color Harmonies of #DB7364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7364

Black with #DB7364

Text Example


Text Example

White with #DB7364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7364; }

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

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

background-color css

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

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

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

border-color css

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

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

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