Html Css Color HEX #DB6E54 Terra Cotta

📋 copy color: '#DB6E54'

red 219 ◦ green 110 ◦ blue 84

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

Shades of Terra Cotta #DB6E54

Tints of Terra Cotta #DB6E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.34%

R = 53.03%
G = 26.63%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB6E54 (or 0xDB6E54) is known color: Terra Cotta. HEX triplet: DB, 6E and 54. RGB value is (219,110,84). Sum of RGB (Red+Green+Blue) = 219+110+84=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E54 is #2491AB. Grayscale: #8B8B8B. Windows color (decimal): -2396588 or 5533403. OLE color: 5533403.

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

Color convert

RGB 219 110 84 -
CMYK 0 0.50 0.62 0.14
HSL 11.56º 0.65% 0.59% -
HSV(B) 11.56º 0.62% 0.86% -
XYZ 36.39 26.85 11.65 -
YUV 139.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 219 110 84 0 0.50 0.62 0.14 11.56 0.65 0.59
Hex DB 6E 54 0 32 3E E C 41 3B
Octal 333 156 124 0 62 76 16 14 101 73
Binary 11011011 1101110 1010100 0 110010 111110 1110 1100 1000001 111011

Color Harmonies of #DB6E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E54

Black with #DB6E54

Text Example


Text Example

White with #DB6E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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