Html Css Color HEX #DB7359 Terra Cotta

📋 copy color: '#DB7359'

red 219 ◦ green 115 ◦ blue 89

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

Shades of Terra Cotta #DB7359

Tints of Terra Cotta #DB7359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

 BLUE value IS 89 (35.16% from 255) = 21.04%

R = 51.77%
G = 27.19%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB7359 (or 0xDB7359) is known color: Terra Cotta. HEX triplet: DB, 73 and 59. RGB value is (219,115,89). Sum of RGB (Red+Green+Blue) = 219+115+89=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7359 is #248CA6. Grayscale: #8F8F8F. Windows color (decimal): -2395303 or 5862363. OLE color: 5862363.

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

Color convert

RGB 219 115 89 -
CMYK 0 0.47 0.59 0.14
HSL 12º 0.64% 0.6% -
HSV(B) 12º 0.59% 0.86% -
XYZ 37.15 28.04 12.91 -
YUV 143.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 219 115 89 0 0.47 0.59 0.14 12 0.64 0.6
Hex DB 73 59 0 2F 3B E C 40 3C
Octal 333 163 131 0 57 73 16 14 100 74
Binary 11011011 1110011 1011001 0 101111 111011 1110 1100 1000000 111100

Color Harmonies of #DB7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7359

Black with #DB7359

Text Example


Text Example

White with #DB7359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7359; }

 p { color: rgb(219,115,89); }

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

background-color css

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

 a { background-color: rgb(219,115,89); }

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

border-color css

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

 span { border-color: rgb(219,115,89); }

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