Html Css Color HEX #DB7069 Terra Cotta

📋 copy color: '#DB7069'

red 219 ◦ green 112 ◦ blue 105

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

Shades of Terra Cotta #DB7069

Tints of Terra Cotta #DB7069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 50.23%
G = 25.69%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB7069 (or 0xDB7069) is known color: Terra Cotta. HEX triplet: DB, 70 and 69. RGB value is (219,112,105). Sum of RGB (Red+Green+Blue) = 219+112+105=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7069 is #248F96. Grayscale: #8F8F8F. Windows color (decimal): -2396055 or 6910171. OLE color: 6910171.

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

Color convert

RGB 219 112 105 -
CMYK 0 0.49 0.52 0.14
HSL 3.68º 0.61% 0.64% -
HSV(B) 3.68º 0.52% 0.86% -
XYZ 37.56 27.67 16.73 -
YUV 143.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 219 112 105 0 0.49 0.52 0.14 3.68 0.61 0.64
Hex DB 70 69 0 31 34 E 4 3D 40
Octal 333 160 151 0 61 64 16 4 75 100
Binary 11011011 1110000 1101001 0 110001 110100 1110 100 111101 1000000

Color Harmonies of #DB7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7069

Black with #DB7069

Text Example


Text Example

White with #DB7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7069; }

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

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

background-color css

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

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

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

border-color css

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

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

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