Html Css Color HEX #DB6F5E Terra Cotta

📋 copy color: '#DB6F5E'

red 219 ◦ green 111 ◦ blue 94

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

Shades of Terra Cotta #DB6F5E

Tints of Terra Cotta #DB6F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 51.65%
G = 26.18%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB6F5E (or 0xDB6F5E) is known color: Terra Cotta. HEX triplet: DB, 6F and 5E. RGB value is (219,111,94). Sum of RGB (Red+Green+Blue) = 219+111+94=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F5E is #2490A1. Grayscale: #8D8D8D. Windows color (decimal): -2396322 or 6189019. OLE color: 6189019.

HSL color Cylindrical-coordinate representation of color #DB6F5E: hue angle of 8.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6F5E is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 94 -
CMYK 0 0.49 0.57 0.14
HSL 8.16º 0.63% 0.61% -
HSV(B) 8.16º 0.57% 0.86% -
XYZ 36.92 27.24 13.9 -
YUV 141.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 219 111 94 0 0.49 0.57 0.14 8.16 0.63 0.61
Hex DB 6F 5E 0 31 39 E 8 3F 3D
Octal 333 157 136 0 61 71 16 10 77 75
Binary 11011011 1101111 1011110 0 110001 111001 1110 1000 111111 111101

Color Harmonies of #DB6F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F5E

Black with #DB6F5E

Text Example


Text Example

White with #DB6F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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