Html Css Color HEX #DB7163 Terra Cotta

📋 copy color: '#DB7163'

red 219 ◦ green 113 ◦ blue 99

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

Shades of Terra Cotta #DB7163

Tints of Terra Cotta #DB7163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.97%

R = 50.81%
G = 26.22%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB7163 (or 0xDB7163) is known color: Terra Cotta. HEX triplet: DB, 71 and 63. RGB value is (219,113,99). Sum of RGB (Red+Green+Blue) = 219+113+99=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7163 is #248E9C. Grayscale: #8F8F8F. Windows color (decimal): -2395805 or 6517211. OLE color: 6517211.

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

Color convert

RGB 219 113 99 -
CMYK 0 0.48 0.55 0.14
HSL 0.63% 0.62% -
HSV(B) 0.55% 0.86% -
XYZ 37.37 27.77 15.2 -
YUV 143.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 219 113 99 0 0.48 0.55 0.14 7 0.63 0.62
Hex DB 71 63 0 30 37 E 7 3E 3E
Octal 333 161 143 0 60 67 16 7 76 76
Binary 11011011 1110001 1100011 0 110000 110111 1110 111 111110 111110

Color Harmonies of #DB7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7163

Black with #DB7163

Text Example


Text Example

White with #DB7163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7163; }

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

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

background-color css

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

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

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

border-color css

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

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

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