Html Css Color HEX #DB6E65 Terra Cotta

📋 copy color: '#DB6E65'

red 219 ◦ green 110 ◦ blue 101

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

Shades of Terra Cotta #DB6E65

Tints of Terra Cotta #DB6E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 50.93%
G = 25.58%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB6E65 (or 0xDB6E65) is known color: Terra Cotta. HEX triplet: DB, 6E and 65. RGB value is (219,110,101). Sum of RGB (Red+Green+Blue) = 219+110+101=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E65 is #24919A. Grayscale: #8D8D8D. Windows color (decimal): -2396571 or 6647515. OLE color: 6647515.

HSL color Cylindrical-coordinate representation of color #DB6E65: hue angle of 4.58º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6E65 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 110 101 -
CMYK 0 0.50 0.54 0.14
HSL 4.58º 0.62% 0.63% -
HSV(B) 4.58º 0.54% 0.86% -
XYZ 37.14 27.15 15.6 -
YUV 141.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 219 110 101 0 0.50 0.54 0.14 4.58 0.62 0.63
Hex DB 6E 65 0 32 36 E 5 3E 3F
Octal 333 156 145 0 62 66 16 5 76 77
Binary 11011011 1101110 1100101 0 110010 110110 1110 101 111110 111111

Color Harmonies of #DB6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E65

Black with #DB6E65

Text Example


Text Example

White with #DB6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E65; }

 p { color: rgb(219,110,101); }

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

background-color css

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

 a { background-color: rgb(219,110,101); }

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

border-color css

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

 span { border-color: rgb(219,110,101); }

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