Html Css Color HEX #DB6F67 Terra Cotta

📋 copy color: '#DB6F67'

red 219 ◦ green 111 ◦ blue 103

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

Shades of Terra Cotta #DB6F67

Tints of Terra Cotta #DB6F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.79%

R = 50.58%
G = 25.64%
B = 23.79%

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

#DB6F67 (or 0xDB6F67) is known color: Terra Cotta. HEX triplet: DB, 6F and 67. RGB value is (219,111,103). Sum of RGB (Red+Green+Blue) = 219+111+103=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F67 is #249098. Grayscale: #8E8E8E. Windows color (decimal): -2396313 or 6778843. OLE color: 6778843.

HSL color Cylindrical-coordinate representation of color #DB6F67: hue angle of 4.14º degrees, saturation: 0.62, 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 #DB6F67 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 103 -
CMYK 0 0.49 0.53 0.14
HSL 4.14º 0.62% 0.63% -
HSV(B) 4.14º 0.53% 0.86% -
XYZ 37.35 27.41 16.15 -
YUV 142.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 219 111 103 0 0.49 0.53 0.14 4.14 0.62 0.63
Hex DB 6F 67 0 31 35 E 4 3E 3F
Octal 333 157 147 0 61 65 16 4 76 77
Binary 11011011 1101111 1100111 0 110001 110101 1110 100 111110 111111

Color Harmonies of #DB6F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F67

Black with #DB6F67

Text Example


Text Example

White with #DB6F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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