Html Css Color HEX #DB7764 Terra Cotta

📋 copy color: '#DB7764'

red 219 ◦ green 119 ◦ blue 100

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

Shades of Terra Cotta #DB7764

Tints of Terra Cotta #DB7764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 50%
G = 27.17%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7764 (or 0xDB7764) is known color: Terra Cotta. HEX triplet: DB, 77 and 64. RGB value is (219,119,100). Sum of RGB (Red+Green+Blue) = 219+119+100=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7764 is #24889B. Grayscale: #929292. Windows color (decimal): -2394268 or 6584283. OLE color: 6584283.

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

Color convert

RGB 219 119 100 -
CMYK 0 0.46 0.54 0.14
HSL 9.58º 0.62% 0.63% -
HSV(B) 9.58º 0.54% 0.86% -
XYZ 38.11 29.17 15.68 -
YUV 146.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 219 119 100 0 0.46 0.54 0.14 9.58 0.62 0.63
Hex DB 77 64 0 2E 36 E A 3E 3F
Octal 333 167 144 0 56 66 16 12 76 77
Binary 11011011 1110111 1100100 0 101110 110110 1110 1010 111110 111111

Color Harmonies of #DB7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7764

Black with #DB7764

Text Example


Text Example

White with #DB7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7764; }

 p { color: rgb(219,119,100); }

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

background-color css

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

 a { background-color: rgb(219,119,100); }

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

border-color css

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

 span { border-color: rgb(219,119,100); }

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