Html Css Color HEX #DB7763 Terra Cotta

📋 copy color: '#DB7763'

red 219 ◦ green 119 ◦ blue 99

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

Shades of Terra Cotta #DB7763

Tints of Terra Cotta #DB7763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.65%

R = 50.11%
G = 27.23%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB7763 (or 0xDB7763) is known color: Terra Cotta. HEX triplet: DB, 77 and 63. RGB value is (219,119,99). Sum of RGB (Red+Green+Blue) = 219+119+99=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7763 is #24889C. Grayscale: #929292. Windows color (decimal): -2394269 or 6518747. OLE color: 6518747.

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

Color convert

RGB 219 119 99 -
CMYK 0 0.46 0.55 0.14
HSL 10º 0.63% 0.62% -
HSV(B) 10º 0.55% 0.86% -
XYZ 38.06 29.15 15.43 -
YUV 146.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 219 119 99 0 0.46 0.55 0.14 10 0.63 0.62
Hex DB 77 63 0 2E 37 E A 3E 3E
Octal 333 167 143 0 56 67 16 12 76 76
Binary 11011011 1110111 1100011 0 101110 110111 1110 1010 111110 111110

Color Harmonies of #DB7763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7763

Black with #DB7763

Text Example


Text Example

White with #DB7763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7763; }

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

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

background-color css

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

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

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

border-color css

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

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

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