Html Css Color HEX #DB7056 Terra Cotta

📋 copy color: '#DB7056'

red 219 ◦ green 112 ◦ blue 86

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

Shades of Terra Cotta #DB7056

Tints of Terra Cotta #DB7056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 52.52%
G = 26.86%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB7056 (or 0xDB7056) is known color: Terra Cotta. HEX triplet: DB, 70 and 56. RGB value is (219,112,86). Sum of RGB (Red+Green+Blue) = 219+112+86=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7056 is #248FA9. Grayscale: #8D8D8D. Windows color (decimal): -2396074 or 5664987. OLE color: 5664987.

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

Color convert

RGB 219 112 86 -
CMYK 0 0.49 0.61 0.14
HSL 11.73º 0.65% 0.6% -
HSV(B) 11.73º 0.61% 0.86% -
XYZ 36.69 27.32 12.14 -
YUV 141.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 219 112 86 0 0.49 0.61 0.14 11.73 0.65 0.6
Hex DB 70 56 0 31 3D E C 41 3C
Octal 333 160 126 0 61 75 16 14 101 74
Binary 11011011 1110000 1010110 0 110001 111101 1110 1100 1000001 111100

Color Harmonies of #DB7056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7056

Black with #DB7056

Text Example


Text Example

White with #DB7056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7056; }

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

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

background-color css

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

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

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

border-color css

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

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

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