Html Css Color HEX #DB7067 Terra Cotta

📋 copy color: '#DB7067'

red 219 ◦ green 112 ◦ blue 103

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

Shades of Terra Cotta #DB7067

Tints of Terra Cotta #DB7067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

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

R = 50.46%
G = 25.81%
B = 23.73%

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

#DB7067 (or 0xDB7067) is known color: Terra Cotta. HEX triplet: DB, 70 and 67. RGB value is (219,112,103). Sum of RGB (Red+Green+Blue) = 219+112+103=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7067 is #248F98. Grayscale: #8F8F8F. Windows color (decimal): -2396057 or 6779099. OLE color: 6779099.

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

Color convert

RGB 219 112 103 -
CMYK 0 0.49 0.53 0.14
HSL 4.66º 0.62% 0.63% -
HSV(B) 4.66º 0.53% 0.86% -
XYZ 37.46 27.63 16.19 -
YUV 142.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 219 112 103 0 0.49 0.53 0.14 4.66 0.62 0.63
Hex DB 70 67 0 31 35 E 5 3E 3F
Octal 333 160 147 0 61 65 16 5 76 77
Binary 11011011 1110000 1100111 0 110001 110101 1110 101 111110 111111

Color Harmonies of #DB7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7067

Black with #DB7067

Text Example


Text Example

White with #DB7067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7067; }

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

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

background-color css

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

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

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

border-color css

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

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

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