Html Css Color HEX #DB7666 Terra Cotta

📋 copy color: '#DB7666'

red 219 ◦ green 118 ◦ blue 102

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

Shades of Terra Cotta #DB7666

Tints of Terra Cotta #DB7666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 49.89%
G = 26.88%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7666 (or 0xDB7666) is known color: Terra Cotta. HEX triplet: DB, 76 and 66. RGB value is (219,118,102). Sum of RGB (Red+Green+Blue) = 219+118+102=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7666 is #248999. Grayscale: #929292. Windows color (decimal): -2394522 or 6715099. OLE color: 6715099.

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

Color convert

RGB 219 118 102 -
CMYK 0 0.46 0.53 0.14
HSL 8.21º 0.62% 0.63% -
HSV(B) 8.21º 0.53% 0.86% -
XYZ 38.09 28.98 16.16 -
YUV 146.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 219 118 102 0 0.46 0.53 0.14 8.21 0.62 0.63
Hex DB 76 66 0 2E 35 E 8 3E 3F
Octal 333 166 146 0 56 65 16 10 76 77
Binary 11011011 1110110 1100110 0 101110 110101 1110 1000 111110 111111

Color Harmonies of #DB7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7666

Black with #DB7666

Text Example


Text Example

White with #DB7666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7666; }

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

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

background-color css

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

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

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

border-color css

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

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

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