Html Css Color HEX #DB7050 Terra Cotta

📋 copy color: '#DB7050'

red 219 ◦ green 112 ◦ blue 80

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

Shades of Terra Cotta #DB7050

Tints of Terra Cotta #DB7050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 53.28%
G = 27.25%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB7050 (or 0xDB7050) is known color: Terra Cotta. HEX triplet: DB, 70 and 50. RGB value is (219,112,80). Sum of RGB (Red+Green+Blue) = 219+112+80=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7050 is #248FAF. Grayscale: #8C8C8C. Windows color (decimal): -2396080 or 5271771. OLE color: 5271771.

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

Color convert

RGB 219 112 80 -
CMYK 0 0.49 0.63 0.14
HSL 13.81º 0.66% 0.59% -
HSV(B) 13.81º 0.63% 0.86% -
XYZ 36.46 27.23 10.92 -
YUV 140.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 219 112 80 0 0.49 0.63 0.14 13.81 0.66 0.59
Hex DB 70 50 0 31 3F E E 42 3B
Octal 333 160 120 0 61 77 16 16 102 73
Binary 11011011 1110000 1010000 0 110001 111111 1110 1110 1000010 111011

Color Harmonies of #DB7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7050

Black with #DB7050

Text Example


Text Example

White with #DB7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7050; }

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

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

background-color css

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

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

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

border-color css

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

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

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