Html Css Color HEX #DA6E54 Terra Cotta

📋 copy color: '#DA6E54'

red 218 ◦ green 110 ◦ blue 84

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

Shades of Terra Cotta #DA6E54

Tints of Terra Cotta #DA6E54

RGB

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

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

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

R = 52.91%
G = 26.7%
B = 20.39%

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

#DA6E54 (or 0xDA6E54) is known color: Terra Cotta. HEX triplet: DA, 6E and 54. RGB value is (218,110,84). Sum of RGB (Red+Green+Blue) = 218+110+84=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E54 is #2591AB. Grayscale: #8B8B8B. Windows color (decimal): -2462124 or 5533402. OLE color: 5533402.

HSL color Cylindrical-coordinate representation of color #DA6E54: hue angle of 11.64º 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 #DA6E54 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 84 -
CMYK 0 0.50 0.61 0.15
HSL 11.64º 0.64% 0.59% -
HSV(B) 11.64º 0.61% 0.85% -
XYZ 36.09 26.7 11.64 -
YUV 139.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 218 110 84 0 0.50 0.61 0.15 11.64 0.64 0.59
Hex DA 6E 54 0 32 3D F C 40 3B
Octal 332 156 124 0 62 75 17 14 100 73
Binary 11011010 1101110 1010100 0 110010 111101 1111 1100 1000000 111011

Color Harmonies of #DA6E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E54

Black with #DA6E54

Text Example


Text Example

White with #DA6E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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