Html Css Color HEX #DA7454 Terra Cotta

📋 copy color: '#DA7454'

red 218 ◦ green 116 ◦ blue 84

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

Shades of Terra Cotta #DA7454

Tints of Terra Cotta #DA7454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

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

R = 52.15%
G = 27.75%
B = 20.1%

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

#DA7454 (or 0xDA7454) is known color: Terra Cotta. HEX triplet: DA, 74 and 54. RGB value is (218,116,84). Sum of RGB (Red+Green+Blue) = 218+116+84=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7454 is #258BAB. Grayscale: #8F8F8F. Windows color (decimal): -2460588 or 5534938. OLE color: 5534938.

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

Color convert

RGB 218 116 84 -
CMYK 0 0.47 0.61 0.15
HSL 14.33º 0.64% 0.59% -
HSV(B) 14.33º 0.61% 0.85% -
XYZ 36.76 28.04 11.86 -
YUV 142.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 218 116 84 0 0.47 0.61 0.15 14.33 0.64 0.59
Hex DA 74 54 0 2F 3D F E 40 3B
Octal 332 164 124 0 57 75 17 16 100 73
Binary 11011010 1110100 1010100 0 101111 111101 1111 1110 1000000 111011

Color Harmonies of #DA7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7454

Black with #DA7454

Text Example


Text Example

White with #DA7454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7454; }

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

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

background-color css

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

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

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

border-color css

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

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

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