Html Css Color HEX #DB7663 Terra Cotta

📋 copy color: '#DB7663'

red 219 ◦ green 118 ◦ blue 99

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

Shades of Terra Cotta #DB7663

Tints of Terra Cotta #DB7663

RGB

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

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

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

R = 50.23%
G = 27.06%
B = 22.71%

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

#DB7663 (or 0xDB7663) is known color: Terra Cotta. HEX triplet: DB, 76 and 63. RGB value is (219,118,99). Sum of RGB (Red+Green+Blue) = 219+118+99=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7663 is #24899C. Grayscale: #929292. Windows color (decimal): -2394525 or 6518491. OLE color: 6518491.

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

Color convert

RGB 219 118 99 -
CMYK 0 0.46 0.55 0.14
HSL 9.5º 0.63% 0.62% -
HSV(B) 9.5º 0.55% 0.86% -
XYZ 37.94 28.92 15.39 -
YUV 146.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 219 118 99 0 0.46 0.55 0.14 9.5 0.63 0.62
Hex DB 76 63 0 2E 37 E A 3E 3E
Octal 333 166 143 0 56 67 16 12 76 76
Binary 11011011 1110110 1100011 0 101110 110111 1110 1010 111110 111110

Color Harmonies of #DB7663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7663

Black with #DB7663

Text Example


Text Example

White with #DB7663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7663; }

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

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

background-color css

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

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

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

border-color css

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

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

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