Html Css Color HEX #DA7053 Terra Cotta

📋 copy color: '#DA7053'

red 218 ◦ green 112 ◦ blue 83

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

Shades of Terra Cotta #DA7053

Tints of Terra Cotta #DA7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.1%

R = 52.78%
G = 27.12%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA7053 (or 0xDA7053) is known color: Terra Cotta. HEX triplet: DA, 70 and 53. RGB value is (218,112,83). Sum of RGB (Red+Green+Blue) = 218+112+83=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7053 is #258FAC. Grayscale: #8C8C8C. Windows color (decimal): -2461613 or 5468378. OLE color: 5468378.

HSL color Cylindrical-coordinate representation of color #DA7053: hue angle of 12.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA7053 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 83 -
CMYK 0 0.49 0.62 0.15
HSL 12.89º 0.65% 0.59% -
HSV(B) 12.89º 0.62% 0.85% -
XYZ 36.27 27.12 11.51 -
YUV 140.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 218 112 83 0 0.49 0.62 0.15 12.89 0.65 0.59
Hex DA 70 53 0 31 3E F D 41 3B
Octal 332 160 123 0 61 76 17 15 101 73
Binary 11011010 1110000 1010011 0 110001 111110 1111 1101 1000001 111011

Color Harmonies of #DA7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7053

Black with #DA7053

Text Example


Text Example

White with #DA7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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