Html Css Color HEX #DA6E55 Terra Cotta

📋 copy color: '#DA6E55'

red 218 ◦ green 110 ◦ blue 85

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

Shades of Terra Cotta #DA6E55

Tints of Terra Cotta #DA6E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 52.78%
G = 26.63%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6E55 (or 0xDA6E55) is known color: Terra Cotta. HEX triplet: DA, 6E and 55. RGB value is (218,110,85). Sum of RGB (Red+Green+Blue) = 218+110+85=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E55 is #2591AA. Grayscale: #8B8B8B. Windows color (decimal): -2462123 or 5598938. OLE color: 5598938.

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

Color convert

RGB 218 110 85 -
CMYK 0 0.50 0.61 0.15
HSL 11.28º 0.64% 0.59% -
HSV(B) 11.28º 0.61% 0.85% -
XYZ 36.13 26.71 11.85 -
YUV 139.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 218 110 85 0 0.50 0.61 0.15 11.28 0.64 0.59
Hex DA 6E 55 0 32 3D F B 40 3B
Octal 332 156 125 0 62 75 17 13 100 73
Binary 11011010 1101110 1010101 0 110010 111101 1111 1011 1000000 111011

Color Harmonies of #DA6E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E55

Black with #DA6E55

Text Example


Text Example

White with #DA6E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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