Html Css Color HEX #DB7465 Terra Cotta

📋 copy color: '#DB7465'

red 219 ◦ green 116 ◦ blue 101

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

Shades of Terra Cotta #DB7465

Tints of Terra Cotta #DB7465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

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

R = 50.23%
G = 26.61%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7465 (or 0xDB7465) is known color: Terra Cotta. HEX triplet: DB, 74 and 65. RGB value is (219,116,101). Sum of RGB (Red+Green+Blue) = 219+116+101=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7465 is #248B9A. Grayscale: #919191. Windows color (decimal): -2395035 or 6649051. OLE color: 6649051.

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

Color convert

RGB 219 116 101 -
CMYK 0 0.47 0.54 0.14
HSL 7.63º 0.62% 0.63% -
HSV(B) 7.63º 0.54% 0.86% -
XYZ 37.81 28.49 15.82 -
YUV 145.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 219 116 101 0 0.47 0.54 0.14 7.63 0.62 0.63
Hex DB 74 65 0 2F 36 E 8 3E 3F
Octal 333 164 145 0 57 66 16 10 76 77
Binary 11011011 1110100 1100101 0 101111 110110 1110 1000 111110 111111

Color Harmonies of #DB7465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7465

Black with #DB7465

Text Example


Text Example

White with #DB7465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7465; }

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

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

background-color css

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

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

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

border-color css

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

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

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