Html Css Color HEX #DA6E53 Terra Cotta

📋 copy color: '#DA6E53'

red 218 ◦ green 110 ◦ blue 83

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

Shades of Terra Cotta #DA6E53

Tints of Terra Cotta #DA6E53

RGB

 RED value IS 218 (85.55% from 255) = 53.04%

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

 BLUE value IS 83 (32.81% from 255) = 20.19%

R = 53.04%
G = 26.76%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA6E53 (or 0xDA6E53) is known color: Terra Cotta. HEX triplet: DA, 6E and 53. RGB value is (218,110,83). Sum of RGB (Red+Green+Blue) = 218+110+83=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E53 is #2591AC. Grayscale: #8B8B8B. Windows color (decimal): -2462125 or 5467866. OLE color: 5467866.

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

Color convert

RGB 218 110 83 -
CMYK 0 0.50 0.62 0.15
HSL 12º 0.65% 0.59% -
HSV(B) 12º 0.62% 0.85% -
XYZ 36.05 26.68 11.43 -
YUV 139.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 218 110 83 0 0.50 0.62 0.15 12 0.65 0.59
Hex DA 6E 53 0 32 3E F C 41 3B
Octal 332 156 123 0 62 76 17 14 101 73
Binary 11011010 1101110 1010011 0 110010 111110 1111 1100 1000001 111011

Color Harmonies of #DA6E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E53

Black with #DA6E53

Text Example


Text Example

White with #DA6E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E53; }

 p { color: rgb(218,110,83); }

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

background-color css

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

 a { background-color: rgb(218,110,83); }

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

border-color css

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

 span { border-color: rgb(218,110,83); }

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