Html Css Color HEX #DB7065 Terra Cotta

📋 copy color: '#DB7065'

red 219 ◦ green 112 ◦ blue 101

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

Shades of Terra Cotta #DB7065

Tints of Terra Cotta #DB7065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.38%

R = 50.69%
G = 25.93%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7065 (or 0xDB7065) is known color: Terra Cotta. HEX triplet: DB, 70 and 65. RGB value is (219,112,101). Sum of RGB (Red+Green+Blue) = 219+112+101=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7065 is #248F9A. Grayscale: #8E8E8E. Windows color (decimal): -2396059 or 6648027. OLE color: 6648027.

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

Color convert

RGB 219 112 101 -
CMYK 0 0.49 0.54 0.14
HSL 5.59º 0.62% 0.63% -
HSV(B) 5.59º 0.54% 0.86% -
XYZ 37.36 27.59 15.67 -
YUV 142.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 219 112 101 0 0.49 0.54 0.14 5.59 0.62 0.63
Hex DB 70 65 0 31 36 E 6 3E 3F
Octal 333 160 145 0 61 66 16 6 76 77
Binary 11011011 1110000 1100101 0 110001 110110 1110 110 111110 111111

Color Harmonies of #DB7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7065

Black with #DB7065

Text Example


Text Example

White with #DB7065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7065; }

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

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

background-color css

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

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

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

border-color css

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

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

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