Html Css Color HEX #DB7766 Terra Cotta

📋 copy color: '#DB7766'

red 219 ◦ green 119 ◦ blue 102

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

Shades of Terra Cotta #DB7766

Tints of Terra Cotta #DB7766

RGB

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

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

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

R = 49.77%
G = 27.05%
B = 23.18%

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

#DB7766 (or 0xDB7766) is known color: Terra Cotta. HEX triplet: DB, 77 and 66. RGB value is (219,119,102). Sum of RGB (Red+Green+Blue) = 219+119+102=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7766 is #248899. Grayscale: #939393. Windows color (decimal): -2394266 or 6715355. OLE color: 6715355.

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

Color convert

RGB 219 119 102 -
CMYK 0 0.46 0.53 0.14
HSL 8.72º 0.62% 0.63% -
HSV(B) 8.72º 0.53% 0.86% -
XYZ 38.21 29.21 16.2 -
YUV 146.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 219 119 102 0 0.46 0.53 0.14 8.72 0.62 0.63
Hex DB 77 66 0 2E 35 E 9 3E 3F
Octal 333 167 146 0 56 65 16 11 76 77
Binary 11011011 1110111 1100110 0 101110 110101 1110 1001 111110 111111

Color Harmonies of #DB7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7766

Black with #DB7766

Text Example


Text Example

White with #DB7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7766; }

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

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

background-color css

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

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

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

border-color css

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

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

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