Html Css Color HEX #DA7054 Terra Cotta

📋 copy color: '#DA7054'

red 218 ◦ green 112 ◦ blue 84

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

Shades of Terra Cotta #DA7054

Tints of Terra Cotta #DA7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 52.66%
G = 27.05%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7054 (or 0xDA7054) is known color: Terra Cotta. HEX triplet: DA, 70 and 54. RGB value is (218,112,84). Sum of RGB (Red+Green+Blue) = 218+112+84=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7054 is #258FAB. Grayscale: #8C8C8C. Windows color (decimal): -2461612 or 5533914. OLE color: 5533914.

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

Color convert

RGB 218 112 84 -
CMYK 0 0.49 0.61 0.15
HSL 12.54º 0.64% 0.59% -
HSV(B) 12.54º 0.61% 0.85% -
XYZ 36.31 27.13 11.71 -
YUV 140.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 218 112 84 0 0.49 0.61 0.15 12.54 0.64 0.59
Hex DA 70 54 0 31 3D F D 40 3B
Octal 332 160 124 0 61 75 17 15 100 73
Binary 11011010 1110000 1010100 0 110001 111101 1111 1101 1000000 111011

Color Harmonies of #DA7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7054

Black with #DA7054

Text Example


Text Example

White with #DA7054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7054; }

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

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

background-color css

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

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

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

border-color css

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

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

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