Html Css Color HEX #DB6E61 Terra Cotta

📋 copy color: '#DB6E61'

red 219 ◦ green 110 ◦ blue 97

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

Shades of Terra Cotta #DB6E61

Tints of Terra Cotta #DB6E61

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.82%

 BLUE value IS 97 (38.28% from 255) = 22.77%

R = 51.41%
G = 25.82%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6E61 (or 0xDB6E61) is known color: Terra Cotta. HEX triplet: DB, 6E and 61. RGB value is (219,110,97). Sum of RGB (Red+Green+Blue) = 219+110+97=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E61 is #24919E. Grayscale: #8D8D8D. Windows color (decimal): -2396575 or 6385371. OLE color: 6385371.

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

Color convert

RGB 219 110 97 -
CMYK 0 0.50 0.56 0.14
HSL 6.39º 0.63% 0.62% -
HSV(B) 6.39º 0.56% 0.86% -
XYZ 36.95 27.08 14.59 -
YUV 141.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 219 110 97 0 0.50 0.56 0.14 6.39 0.63 0.62
Hex DB 6E 61 0 32 38 E 6 3F 3E
Octal 333 156 141 0 62 70 16 6 77 76
Binary 11011011 1101110 1100001 0 110010 111000 1110 110 111111 111110

Color Harmonies of #DB6E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E61

Black with #DB6E61

Text Example


Text Example

White with #DB6E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E61; }

 p { color: rgb(219,110,97); }

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

background-color css

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

 a { background-color: rgb(219,110,97); }

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

border-color css

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

 span { border-color: rgb(219,110,97); }

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