Html Css Color HEX #DA7354 Terra Cotta

📋 copy color: '#DA7354'

red 218 ◦ green 115 ◦ blue 84

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

Shades of Terra Cotta #DA7354

Tints of Terra Cotta #DA7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 52.28%
G = 27.58%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7354 (or 0xDA7354) is known color: Terra Cotta. HEX triplet: DA, 73 and 54. RGB value is (218,115,84). Sum of RGB (Red+Green+Blue) = 218+115+84=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7354 is #258CAB. Grayscale: #8E8E8E. Windows color (decimal): -2460844 or 5534682. OLE color: 5534682.

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

Color convert

RGB 218 115 84 -
CMYK 0 0.47 0.61 0.15
HSL 13.88º 0.64% 0.59% -
HSV(B) 13.88º 0.61% 0.85% -
XYZ 36.64 27.81 11.82 -
YUV 142.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 218 115 84 0 0.47 0.61 0.15 13.88 0.64 0.59
Hex DA 73 54 0 2F 3D F E 40 3B
Octal 332 163 124 0 57 75 17 16 100 73
Binary 11011010 1110011 1010100 0 101111 111101 1111 1110 1000000 111011

Color Harmonies of #DA7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7354

Black with #DA7354

Text Example


Text Example

White with #DA7354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7354; }

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

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

background-color css

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

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

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

border-color css

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

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

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