Html Css Color HEX #DB7664 Terra Cotta

📋 copy color: '#DB7664'

red 219 ◦ green 118 ◦ blue 100

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

Shades of Terra Cotta #DB7664

Tints of Terra Cotta #DB7664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

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

R = 50.11%
G = 27%
B = 22.88%

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

#DB7664 (or 0xDB7664) is known color: Terra Cotta. HEX triplet: DB, 76 and 64. RGB value is (219,118,100). Sum of RGB (Red+Green+Blue) = 219+118+100=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7664 is #24899B. Grayscale: #929292. Windows color (decimal): -2394524 or 6584027. OLE color: 6584027.

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

Color convert

RGB 219 118 100 -
CMYK 0 0.46 0.54 0.14
HSL 9.08º 0.62% 0.63% -
HSV(B) 9.08º 0.54% 0.86% -
XYZ 37.99 28.94 15.64 -
YUV 146.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 219 118 100 0 0.46 0.54 0.14 9.08 0.62 0.63
Hex DB 76 64 0 2E 36 E 9 3E 3F
Octal 333 166 144 0 56 66 16 11 76 77
Binary 11011011 1110110 1100100 0 101110 110110 1110 1001 111110 111111

Color Harmonies of #DB7664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7664

Black with #DB7664

Text Example


Text Example

White with #DB7664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7664; }

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

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

background-color css

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

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

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

border-color css

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

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

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