Html Css Color HEX #DB7164 Terra Cotta

📋 copy color: '#DB7164'

red 219 ◦ green 113 ◦ blue 100

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

Shades of Terra Cotta #DB7164

Tints of Terra Cotta #DB7164

RGB

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

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

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

R = 50.69%
G = 26.16%
B = 23.15%

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

#DB7164 (or 0xDB7164) is known color: Terra Cotta. HEX triplet: DB, 71 and 64. RGB value is (219,113,100). Sum of RGB (Red+Green+Blue) = 219+113+100=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7164 is #248E9B. Grayscale: #8F8F8F. Windows color (decimal): -2395804 or 6582747. OLE color: 6582747.

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

Color convert

RGB 219 113 100 -
CMYK 0 0.48 0.54 0.14
HSL 6.55º 0.62% 0.63% -
HSV(B) 6.55º 0.54% 0.86% -
XYZ 37.42 27.79 15.45 -
YUV 143.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 219 113 100 0 0.48 0.54 0.14 6.55 0.62 0.63
Hex DB 71 64 0 30 36 E 7 3E 3F
Octal 333 161 144 0 60 66 16 7 76 77
Binary 11011011 1110001 1100100 0 110000 110110 1110 111 111110 111111

Color Harmonies of #DB7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7164

Black with #DB7164

Text Example


Text Example

White with #DB7164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7164; }

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

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

background-color css

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

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

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

border-color css

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

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

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