Html Css Color HEX #DB6F59 Terra Cotta

📋 copy color: '#DB6F59'

red 219 ◦ green 111 ◦ blue 89

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

Shades of Terra Cotta #DB6F59

Tints of Terra Cotta #DB6F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.49%

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

R = 52.27%
G = 26.49%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB6F59 (or 0xDB6F59) is known color: Terra Cotta. HEX triplet: DB, 6F and 59. RGB value is (219,111,89). Sum of RGB (Red+Green+Blue) = 219+111+89=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F59 is #2490A6. Grayscale: #8C8C8C. Windows color (decimal): -2396327 or 5861339. OLE color: 5861339.

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

Color convert

RGB 219 111 89 -
CMYK 0 0.49 0.59 0.14
HSL 10.15º 0.64% 0.6% -
HSV(B) 10.15º 0.59% 0.86% -
XYZ 36.7 27.15 12.76 -
YUV 140.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 219 111 89 0 0.49 0.59 0.14 10.15 0.64 0.6
Hex DB 6F 59 0 31 3B E A 40 3C
Octal 333 157 131 0 61 73 16 12 100 74
Binary 11011011 1101111 1011001 0 110001 111011 1110 1010 1000000 111100

Color Harmonies of #DB6F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F59

Black with #DB6F59

Text Example


Text Example

White with #DB6F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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