Html Css Color HEX #DB7668 Terra Cotta

📋 copy color: '#DB7668'

red 219 ◦ green 118 ◦ blue 104

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

Shades of Terra Cotta #DB7668

Tints of Terra Cotta #DB7668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 49.66%
G = 26.76%
B = 23.58%

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

#DB7668 (or 0xDB7668) is known color: Terra Cotta. HEX triplet: DB, 76 and 68. RGB value is (219,118,104). Sum of RGB (Red+Green+Blue) = 219+118+104=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7668 is #248997. Grayscale: #929292. Windows color (decimal): -2394520 or 6846171. OLE color: 6846171.

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

Color convert

RGB 219 118 104 -
CMYK 0 0.46 0.53 0.14
HSL 7.3º 0.61% 0.63% -
HSV(B) 7.3º 0.53% 0.86% -
XYZ 38.19 29.02 16.68 -
YUV 146.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 219 118 104 0 0.46 0.53 0.14 7.3 0.61 0.63
Hex DB 76 68 0 2E 35 E 7 3D 3F
Octal 333 166 150 0 56 65 16 7 75 77
Binary 11011011 1110110 1101000 0 101110 110101 1110 111 111101 111111

Color Harmonies of #DB7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7668

Black with #DB7668

Text Example


Text Example

White with #DB7668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7668; }

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

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

background-color css

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

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

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

border-color css

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

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

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