Html Css Color HEX #DA7452 Terra Cotta

📋 copy color: '#DA7452'

red 218 ◦ green 116 ◦ blue 82

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

Shades of Terra Cotta #DA7452

Tints of Terra Cotta #DA7452

RGB

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

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

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

R = 52.4%
G = 27.88%
B = 19.71%

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

#DA7452 (or 0xDA7452) is known color: Terra Cotta. HEX triplet: DA, 74 and 52. RGB value is (218,116,82). Sum of RGB (Red+Green+Blue) = 218+116+82=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7452 is #258BAD. Grayscale: #8E8E8E. Windows color (decimal): -2460590 or 5403866. OLE color: 5403866.

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

Color convert

RGB 218 116 82 -
CMYK 0 0.47 0.62 0.15
HSL 15º 0.65% 0.59% -
HSV(B) 15º 0.62% 0.85% -
XYZ 36.68 28.01 11.45 -
YUV 142.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 218 116 82 0 0.47 0.62 0.15 15 0.65 0.59
Hex DA 74 52 0 2F 3E F F 41 3B
Octal 332 164 122 0 57 76 17 17 101 73
Binary 11011010 1110100 1010010 0 101111 111110 1111 1111 1000001 111011

Color Harmonies of #DA7452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7452

Black with #DA7452

Text Example


Text Example

White with #DA7452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7452; }

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

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

background-color css

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

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

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

border-color css

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

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

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