Html Css Color HEX #DB7459 Terra Cotta

📋 copy color: '#DB7459'

red 219 ◦ green 116 ◦ blue 89

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

Shades of Terra Cotta #DB7459

Tints of Terra Cotta #DB7459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

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

R = 51.65%
G = 27.36%
B = 20.99%

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

#DB7459 (or 0xDB7459) is known color: Terra Cotta. HEX triplet: DB, 74 and 59. RGB value is (219,116,89). Sum of RGB (Red+Green+Blue) = 219+116+89=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7459 is #248BA6. Grayscale: #8F8F8F. Windows color (decimal): -2395047 or 5862619. OLE color: 5862619.

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

Color convert

RGB 219 116 89 -
CMYK 0 0.47 0.59 0.14
HSL 12.46º 0.64% 0.6% -
HSV(B) 12.46º 0.59% 0.86% -
XYZ 37.26 28.27 12.94 -
YUV 143.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 219 116 89 0 0.47 0.59 0.14 12.46 0.64 0.6
Hex DB 74 59 0 2F 3B E C 40 3C
Octal 333 164 131 0 57 73 16 14 100 74
Binary 11011011 1110100 1011001 0 101111 111011 1110 1100 1000000 111100

Color Harmonies of #DB7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7459

Black with #DB7459

Text Example


Text Example

White with #DB7459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7459; }

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

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

background-color css

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

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

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

border-color css

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

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

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