Html Css Color HEX #DB7061 Terra Cotta

📋 copy color: '#DB7061'

red 219 ◦ green 112 ◦ blue 97

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

Shades of Terra Cotta #DB7061

Tints of Terra Cotta #DB7061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

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

R = 51.17%
G = 26.17%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7061 (or 0xDB7061) is known color: Terra Cotta. HEX triplet: DB, 70 and 61. RGB value is (219,112,97). Sum of RGB (Red+Green+Blue) = 219+112+97=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7061 is #248F9E. Grayscale: #8E8E8E. Windows color (decimal): -2396063 or 6385883. OLE color: 6385883.

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

Color convert

RGB 219 112 97 -
CMYK 0 0.49 0.56 0.14
HSL 7.38º 0.63% 0.62% -
HSV(B) 7.38º 0.56% 0.86% -
XYZ 37.17 27.51 14.66 -
YUV 142.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 219 112 97 0 0.49 0.56 0.14 7.38 0.63 0.62
Hex DB 70 61 0 31 38 E 7 3F 3E
Octal 333 160 141 0 61 70 16 7 77 76
Binary 11011011 1110000 1100001 0 110001 111000 1110 111 111111 111110

Color Harmonies of #DB7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7061

Black with #DB7061

Text Example


Text Example

White with #DB7061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7061; }

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

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

background-color css

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

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

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

border-color css

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

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

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