Html Css Color HEX #DA7051 Terra Cotta

📋 copy color: '#DA7051'

red 218 ◦ green 112 ◦ blue 81

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

Shades of Terra Cotta #DA7051

Tints of Terra Cotta #DA7051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.71%

R = 53.04%
G = 27.25%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA7051 (or 0xDA7051) is known color: Terra Cotta. HEX triplet: DA, 70 and 51. RGB value is (218,112,81). Sum of RGB (Red+Green+Blue) = 218+112+81=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7051 is #258FAE. Grayscale: #8C8C8C. Windows color (decimal): -2461615 or 5337306. OLE color: 5337306.

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

Color convert

RGB 218 112 81 -
CMYK 0 0.49 0.63 0.15
HSL 13.58º 0.65% 0.59% -
HSV(B) 13.58º 0.63% 0.85% -
XYZ 36.19 27.09 11.11 -
YUV 140.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 218 112 81 0 0.49 0.63 0.15 13.58 0.65 0.59
Hex DA 70 51 0 31 3F F E 41 3B
Octal 332 160 121 0 61 77 17 16 101 73
Binary 11011010 1110000 1010001 0 110001 111111 1111 1110 1000001 111011

Color Harmonies of #DA7051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7051

Black with #DA7051

Text Example


Text Example

White with #DA7051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7051; }

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

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

background-color css

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

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

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

border-color css

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

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

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