Html Css Color HEX #DB7B66 Terra Cotta

📋 copy color: '#DB7B66'

red 219 ◦ green 123 ◦ blue 102

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

Shades of Terra Cotta #DB7B66

Tints of Terra Cotta #DB7B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.7%

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

R = 49.32%
G = 27.7%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7B66 (or 0xDB7B66) is known color: Terra Cotta. HEX triplet: DB, 7B and 66. RGB value is (219,123,102). Sum of RGB (Red+Green+Blue) = 219+123+102=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B66 is #248499. Grayscale: #959595. Windows color (decimal): -2393242 or 6716379. OLE color: 6716379.

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

Color convert

RGB 219 123 102 -
CMYK 0 0.44 0.53 0.14
HSL 10.77º 0.62% 0.63% -
HSV(B) 10.77º 0.53% 0.86% -
XYZ 38.69 30.19 16.36 -
YUV 149.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 219 123 102 0 0.44 0.53 0.14 10.77 0.62 0.63
Hex DB 7B 66 0 2C 35 E B 3E 3F
Octal 333 173 146 0 54 65 16 13 76 77
Binary 11011011 1111011 1100110 0 101100 110101 1110 1011 111110 111111

Color Harmonies of #DB7B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B66

Black with #DB7B66

Text Example


Text Example

White with #DB7B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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