Html Css Color HEX #DB7466 Terra Cotta

📋 copy color: '#DB7466'

red 219 ◦ green 116 ◦ blue 102

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

Shades of Terra Cotta #DB7466

Tints of Terra Cotta #DB7466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.54%

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

R = 50.11%
G = 26.54%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7466 (or 0xDB7466) is known color: Terra Cotta. HEX triplet: DB, 74 and 66. RGB value is (219,116,102). Sum of RGB (Red+Green+Blue) = 219+116+102=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7466 is #248B99. Grayscale: #919191. Windows color (decimal): -2395034 or 6714587. OLE color: 6714587.

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

Color convert

RGB 219 116 102 -
CMYK 0 0.47 0.53 0.14
HSL 7.18º 0.62% 0.63% -
HSV(B) 7.18º 0.53% 0.86% -
XYZ 37.86 28.51 16.08 -
YUV 145.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 219 116 102 0 0.47 0.53 0.14 7.18 0.62 0.63
Hex DB 74 66 0 2F 35 E 7 3E 3F
Octal 333 164 146 0 57 65 16 7 76 77
Binary 11011011 1110100 1100110 0 101111 110101 1110 111 111110 111111

Color Harmonies of #DB7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7466

Black with #DB7466

Text Example


Text Example

White with #DB7466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7466; }

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

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

background-color css

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

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

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

border-color css

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

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

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