Html Css Color HEX #DA7352 Terra Cotta

📋 copy color: '#DA7352'

red 218 ◦ green 115 ◦ blue 82

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

Shades of Terra Cotta #DA7352

Tints of Terra Cotta #DA7352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 52.53%
G = 27.71%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA7352 (or 0xDA7352) is known color: Terra Cotta. HEX triplet: DA, 73 and 52. RGB value is (218,115,82). Sum of RGB (Red+Green+Blue) = 218+115+82=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7352 is #258CAD. Grayscale: #8E8E8E. Windows color (decimal): -2460846 or 5403610. OLE color: 5403610.

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

Color convert

RGB 218 115 82 -
CMYK 0 0.47 0.62 0.15
HSL 14.56º 0.65% 0.59% -
HSV(B) 14.56º 0.62% 0.85% -
XYZ 36.57 27.78 11.42 -
YUV 142.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 218 115 82 0 0.47 0.62 0.15 14.56 0.65 0.59
Hex DA 73 52 0 2F 3E F F 41 3B
Octal 332 163 122 0 57 76 17 17 101 73
Binary 11011010 1110011 1010010 0 101111 111110 1111 1111 1000001 111011

Color Harmonies of #DA7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7352

Black with #DA7352

Text Example


Text Example

White with #DA7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7352; }

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

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

background-color css

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

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

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

border-color css

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

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

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