Html Css Color HEX #DB7A59 Terra Cotta

📋 copy color: '#DB7A59'

red 219 ◦ green 122 ◦ blue 89

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

Shades of Terra Cotta #DB7A59

Tints of Terra Cotta #DB7A59

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

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

R = 50.93%
G = 28.37%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB7A59 (or 0xDB7A59) is known color: Terra Cotta. HEX triplet: DB, 7A and 59. RGB value is (219,122,89). Sum of RGB (Red+Green+Blue) = 219+122+89=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A59 is #2485A6. Grayscale: #939393. Windows color (decimal): -2393511 or 5864155. OLE color: 5864155.

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

Color convert

RGB 219 122 89 -
CMYK 0 0.44 0.59 0.14
HSL 15.23º 0.64% 0.6% -
HSV(B) 15.23º 0.59% 0.86% -
XYZ 37.98 29.7 13.18 -
YUV 147.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 219 122 89 0 0.44 0.59 0.14 15.23 0.64 0.6
Hex DB 7A 59 0 2C 3B E F 40 3C
Octal 333 172 131 0 54 73 16 17 100 74
Binary 11011011 1111010 1011001 0 101100 111011 1110 1111 1000000 111100

Color Harmonies of #DB7A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A59

Black with #DB7A59

Text Example


Text Example

White with #DB7A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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