Html Css Color HEX #DB7C59 Terra Cotta

📋 copy color: '#DB7C59'

red 219 ◦ green 124 ◦ blue 89

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

Shades of Terra Cotta #DB7C59

Tints of Terra Cotta #DB7C59

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

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

R = 50.69%
G = 28.7%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB7C59 (or 0xDB7C59) is known color: Terra Cotta. HEX triplet: DB, 7C and 59. RGB value is (219,124,89). Sum of RGB (Red+Green+Blue) = 219+124+89=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C59 is #2483A6. Grayscale: #949494. Windows color (decimal): -2392999 or 5864667. OLE color: 5864667.

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

Color convert

RGB 219 124 89 -
CMYK 0 0.43 0.59 0.14
HSL 16.15º 0.64% 0.6% -
HSV(B) 16.15º 0.59% 0.86% -
XYZ 38.22 30.2 13.27 -
YUV 148.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 219 124 89 0 0.43 0.59 0.14 16.15 0.64 0.6
Hex DB 7C 59 0 2B 3B E 10 40 3C
Octal 333 174 131 0 53 73 16 20 100 74
Binary 11011011 1111100 1011001 0 101011 111011 1110 10000 1000000 111100

Color Harmonies of #DB7C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C59

Black with #DB7C59

Text Example


Text Example

White with #DB7C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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