Html Css Color HEX #DB6F68 Terra Cotta

📋 copy color: '#DB6F68'

red 219 ◦ green 111 ◦ blue 104

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

Shades of Terra Cotta #DB6F68

Tints of Terra Cotta #DB6F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 50.46%
G = 25.58%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB6F68 (or 0xDB6F68) is known color: Terra Cotta. HEX triplet: DB, 6F and 68. RGB value is (219,111,104). Sum of RGB (Red+Green+Blue) = 219+111+104=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F68 is #249097. Grayscale: #8E8E8E. Windows color (decimal): -2396312 or 6844379. OLE color: 6844379.

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

Color convert

RGB 219 111 104 -
CMYK 0 0.49 0.53 0.14
HSL 3.65º 0.61% 0.63% -
HSV(B) 3.65º 0.53% 0.86% -
XYZ 37.4 27.43 16.42 -
YUV 142.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 219 111 104 0 0.49 0.53 0.14 3.65 0.61 0.63
Hex DB 6F 68 0 31 35 E 4 3D 3F
Octal 333 157 150 0 61 65 16 4 75 77
Binary 11011011 1101111 1101000 0 110001 110101 1110 100 111101 111111

Color Harmonies of #DB6F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F68

Black with #DB6F68

Text Example


Text Example

White with #DB6F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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