Html Css Color HEX #DB7667 Terra Cotta

📋 copy color: '#DB7667'

red 219 ◦ green 118 ◦ blue 103

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

Shades of Terra Cotta #DB7667

Tints of Terra Cotta #DB7667

RGB

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

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

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

R = 49.77%
G = 26.82%
B = 23.41%

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

#DB7667 (or 0xDB7667) is known color: Terra Cotta. HEX triplet: DB, 76 and 67. RGB value is (219,118,103). Sum of RGB (Red+Green+Blue) = 219+118+103=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7667 is #248998. Grayscale: #929292. Windows color (decimal): -2394521 or 6780635. OLE color: 6780635.

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

Color convert

RGB 219 118 103 -
CMYK 0 0.46 0.53 0.14
HSL 7.76º 0.62% 0.63% -
HSV(B) 7.76º 0.53% 0.86% -
XYZ 38.14 29 16.42 -
YUV 146.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 219 118 103 0 0.46 0.53 0.14 7.76 0.62 0.63
Hex DB 76 67 0 2E 35 E 8 3E 3F
Octal 333 166 147 0 56 65 16 10 76 77
Binary 11011011 1110110 1100111 0 101110 110101 1110 1000 111110 111111

Color Harmonies of #DB7667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7667

Black with #DB7667

Text Example


Text Example

White with #DB7667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7667; }

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

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

background-color css

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

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

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

border-color css

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

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

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