Html Css Color HEX #DB7A66 Terra Cotta

📋 copy color: '#DB7A66'

red 219 ◦ green 122 ◦ blue 102

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

Shades of Terra Cotta #DB7A66

Tints of Terra Cotta #DB7A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

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

R = 49.44%
G = 27.54%
B = 23.02%

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

#DB7A66 (or 0xDB7A66) is known color: Terra Cotta. HEX triplet: DB, 7A and 66. RGB value is (219,122,102). Sum of RGB (Red+Green+Blue) = 219+122+102=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A66 is #248599. Grayscale: #949494. Windows color (decimal): -2393498 or 6716123. OLE color: 6716123.

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

Color convert

RGB 219 122 102 -
CMYK 0 0.44 0.53 0.14
HSL 10.26º 0.62% 0.63% -
HSV(B) 10.26º 0.53% 0.86% -
XYZ 38.57 29.94 16.32 -
YUV 148.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 219 122 102 0 0.44 0.53 0.14 10.26 0.62 0.63
Hex DB 7A 66 0 2C 35 E A 3E 3F
Octal 333 172 146 0 54 65 16 12 76 77
Binary 11011011 1111010 1100110 0 101100 110101 1110 1010 111110 111111

Color Harmonies of #DB7A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A66

Black with #DB7A66

Text Example


Text Example

White with #DB7A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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