Html Css Color HEX #DB6E5F Terra Cotta

📋 copy color: '#DB6E5F'

red 219 ◦ green 110 ◦ blue 95

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

Shades of Terra Cotta #DB6E5F

Tints of Terra Cotta #DB6E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.41%

R = 51.65%
G = 25.94%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB6E5F (or 0xDB6E5F) is known color: Terra Cotta. HEX triplet: DB, 6E and 5F. RGB value is (219,110,95). Sum of RGB (Red+Green+Blue) = 219+110+95=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E5F is #2491A0. Grayscale: #8D8D8D. Windows color (decimal): -2396577 or 6254299. OLE color: 6254299.

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

Color convert

RGB 219 110 95 -
CMYK 0 0.50 0.57 0.14
HSL 7.26º 0.63% 0.62% -
HSV(B) 7.26º 0.57% 0.86% -
XYZ 36.85 27.04 14.1 -
YUV 140.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 219 110 95 0 0.50 0.57 0.14 7.26 0.63 0.62
Hex DB 6E 5F 0 32 39 E 7 3F 3E
Octal 333 156 137 0 62 71 16 7 77 76
Binary 11011011 1101110 1011111 0 110010 111001 1110 111 111111 111110

Color Harmonies of #DB6E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E5F

Black with #DB6E5F

Text Example


Text Example

White with #DB6E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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