Html Css Color HEX #DB7066 Terra Cotta

📋 copy color: '#DB7066'

red 219 ◦ green 112 ◦ blue 102

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

Shades of Terra Cotta #DB7066

Tints of Terra Cotta #DB7066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 50.58%
G = 25.87%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7066 (or 0xDB7066) is known color: Terra Cotta. HEX triplet: DB, 70 and 66. RGB value is (219,112,102). Sum of RGB (Red+Green+Blue) = 219+112+102=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7066 is #248F99. Grayscale: #8F8F8F. Windows color (decimal): -2396058 or 6713563. OLE color: 6713563.

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

Color convert

RGB 219 112 102 -
CMYK 0 0.49 0.53 0.14
HSL 5.13º 0.62% 0.63% -
HSV(B) 5.13º 0.53% 0.86% -
XYZ 37.41 27.61 15.93 -
YUV 142.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 219 112 102 0 0.49 0.53 0.14 5.13 0.62 0.63
Hex DB 70 66 0 31 35 E 5 3E 3F
Octal 333 160 146 0 61 65 16 5 76 77
Binary 11011011 1110000 1100110 0 110001 110101 1110 101 111110 111111

Color Harmonies of #DB7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7066

Black with #DB7066

Text Example


Text Example

White with #DB7066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7066; }

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

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

background-color css

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

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

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

border-color css

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

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

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