Html Css Color HEX #DA6E56 Terra Cotta

📋 copy color: '#DA6E56'

red 218 ◦ green 110 ◦ blue 86

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

Shades of Terra Cotta #DA6E56

Tints of Terra Cotta #DA6E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 52.66%
G = 26.57%
B = 20.77%

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

#DA6E56 (or 0xDA6E56) is known color: Terra Cotta. HEX triplet: DA, 6E and 56. RGB value is (218,110,86). Sum of RGB (Red+Green+Blue) = 218+110+86=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E56 is #2591A9. Grayscale: #8B8B8B. Windows color (decimal): -2462122 or 5664474. OLE color: 5664474.

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

Color convert

RGB 218 110 86 -
CMYK 0 0.50 0.61 0.15
HSL 10.91º 0.64% 0.6% -
HSV(B) 10.91º 0.61% 0.85% -
XYZ 36.17 26.73 12.06 -
YUV 139.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 218 110 86 0 0.50 0.61 0.15 10.91 0.64 0.6
Hex DA 6E 56 0 32 3D F B 40 3C
Octal 332 156 126 0 62 75 17 13 100 74
Binary 11011010 1101110 1010110 0 110010 111101 1111 1011 1000000 111100

Color Harmonies of #DA6E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E56

Black with #DA6E56

Text Example


Text Example

White with #DA6E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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