Html Css Color HEX #DB7362 Terra Cotta

📋 copy color: '#DB7362'

red 219 ◦ green 115 ◦ blue 98

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

Shades of Terra Cotta #DB7362

Tints of Terra Cotta #DB7362

RGB

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

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

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

R = 50.69%
G = 26.62%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB7362 (or 0xDB7362) is known color: Terra Cotta. HEX triplet: DB, 73 and 62. RGB value is (219,115,98). Sum of RGB (Red+Green+Blue) = 219+115+98=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7362 is #248C9D. Grayscale: #909090. Windows color (decimal): -2395294 or 6452187. OLE color: 6452187.

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

Color convert

RGB 219 115 98 -
CMYK 0 0.47 0.55 0.14
HSL 8.43º 0.63% 0.62% -
HSV(B) 8.43º 0.55% 0.86% -
XYZ 37.55 28.2 15.02 -
YUV 144.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 219 115 98 0 0.47 0.55 0.14 8.43 0.63 0.62
Hex DB 73 62 0 2F 37 E 8 3F 3E
Octal 333 163 142 0 57 67 16 10 77 76
Binary 11011011 1110011 1100010 0 101111 110111 1110 1000 111111 111110

Color Harmonies of #DB7362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7362

Black with #DB7362

Text Example


Text Example

White with #DB7362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7362; }

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

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

background-color css

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

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

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

border-color css

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

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

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