Html Css Color HEX #DB7162 Terra Cotta

📋 copy color: '#DB7162'

red 219 ◦ green 113 ◦ blue 98

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

Shades of Terra Cotta #DB7162

Tints of Terra Cotta #DB7162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.79%

R = 50.93%
G = 26.28%
B = 22.79%

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

#DB7162 (or 0xDB7162) is known color: Terra Cotta. HEX triplet: DB, 71 and 62. RGB value is (219,113,98). Sum of RGB (Red+Green+Blue) = 219+113+98=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7162 is #248E9D. Grayscale: #8F8F8F. Windows color (decimal): -2395806 or 6451675. OLE color: 6451675.

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

Color convert

RGB 219 113 98 -
CMYK 0 0.48 0.55 0.14
HSL 7.44º 0.63% 0.62% -
HSV(B) 7.44º 0.55% 0.86% -
XYZ 37.32 27.75 14.94 -
YUV 142.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 219 113 98 0 0.48 0.55 0.14 7.44 0.63 0.62
Hex DB 71 62 0 30 37 E 7 3F 3E
Octal 333 161 142 0 60 67 16 7 77 76
Binary 11011011 1110001 1100010 0 110000 110111 1110 111 111111 111110

Color Harmonies of #DB7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7162

Black with #DB7162

Text Example


Text Example

White with #DB7162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7162; }

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

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

background-color css

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

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

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

border-color css

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

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

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