Html Css Color HEX #DB7767 Terra Cotta

📋 copy color: '#DB7767'

red 219 ◦ green 119 ◦ blue 103

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

Shades of Terra Cotta #DB7767

Tints of Terra Cotta #DB7767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.36%

R = 49.66%
G = 26.98%
B = 23.36%

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

#DB7767 (or 0xDB7767) is known color: Terra Cotta. HEX triplet: DB, 77 and 67. RGB value is (219,119,103). Sum of RGB (Red+Green+Blue) = 219+119+103=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7767 is #248898. Grayscale: #939393. Windows color (decimal): -2394265 or 6780891. OLE color: 6780891.

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

Color convert

RGB 219 119 103 -
CMYK 0 0.46 0.53 0.14
HSL 8.28º 0.62% 0.63% -
HSV(B) 8.28º 0.53% 0.86% -
XYZ 38.26 29.23 16.46 -
YUV 147.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 219 119 103 0 0.46 0.53 0.14 8.28 0.62 0.63
Hex DB 77 67 0 2E 35 E 8 3E 3F
Octal 333 167 147 0 56 65 16 10 76 77
Binary 11011011 1110111 1100111 0 101110 110101 1110 1000 111110 111111

Color Harmonies of #DB7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7767

Black with #DB7767

Text Example


Text Example

White with #DB7767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7767; }

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

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

background-color css

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

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

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

border-color css

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

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

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