Html Css Color HEX #DB6D61 Terra Cotta

📋 copy color: '#DB6D61'

red 219 ◦ green 109 ◦ blue 97

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

Shades of Terra Cotta #DB6D61

Tints of Terra Cotta #DB6D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

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

R = 51.53%
G = 25.65%
B = 22.82%

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

#DB6D61 (or 0xDB6D61) is known color: Terra Cotta. HEX triplet: DB, 6D and 61. RGB value is (219,109,97). Sum of RGB (Red+Green+Blue) = 219+109+97=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D61 is #24929E. Grayscale: #8C8C8C. Windows color (decimal): -2396831 or 6385115. OLE color: 6385115.

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

Color convert

RGB 219 109 97 -
CMYK 0 0.50 0.56 0.14
HSL 5.9º 0.63% 0.62% -
HSV(B) 5.9º 0.56% 0.86% -
XYZ 36.84 26.86 14.55 -
YUV 140.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 219 109 97 0 0.50 0.56 0.14 5.9 0.63 0.62
Hex DB 6D 61 0 32 38 E 6 3F 3E
Octal 333 155 141 0 62 70 16 6 77 76
Binary 11011011 1101101 1100001 0 110010 111000 1110 110 111111 111110

Color Harmonies of #DB6D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D61

Black with #DB6D61

Text Example


Text Example

White with #DB6D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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