Html Css Color HEX #DB7866 Terra Cotta

📋 copy color: '#DB7866'

red 219 ◦ green 120 ◦ blue 102

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

Shades of Terra Cotta #DB7866

Tints of Terra Cotta #DB7866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.21%

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

R = 49.66%
G = 27.21%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7866 (or 0xDB7866) is known color: Terra Cotta. HEX triplet: DB, 78 and 66. RGB value is (219,120,102). Sum of RGB (Red+Green+Blue) = 219+120+102=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7866 is #248799. Grayscale: #939393. Windows color (decimal): -2394010 or 6715611. OLE color: 6715611.

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

Color convert

RGB 219 120 102 -
CMYK 0 0.45 0.53 0.14
HSL 9.23º 0.62% 0.63% -
HSV(B) 9.23º 0.53% 0.86% -
XYZ 38.33 29.45 16.24 -
YUV 147.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 219 120 102 0 0.45 0.53 0.14 9.23 0.62 0.63
Hex DB 78 66 0 2D 35 E 9 3E 3F
Octal 333 170 146 0 55 65 16 11 76 77
Binary 11011011 1111000 1100110 0 101101 110101 1110 1001 111110 111111

Color Harmonies of #DB7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7866

Black with #DB7866

Text Example


Text Example

White with #DB7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7866; }

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

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

background-color css

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

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

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

border-color css

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

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

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