Html Css Color HEX #DA7264 Terra Cotta

📋 copy color: '#DA7264'

red 218 ◦ green 114 ◦ blue 100

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

Shades of Terra Cotta #DA7264

Tints of Terra Cotta #DA7264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

 BLUE value IS 100 (39.45% from 255) = 23.15%

R = 50.46%
G = 26.39%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7264 (or 0xDA7264) is known color: Terra Cotta. HEX triplet: DA, 72 and 64. RGB value is (218,114,100). Sum of RGB (Red+Green+Blue) = 218+114+100=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7264 is #258D9B. Grayscale: #8F8F8F. Windows color (decimal): -2461084 or 6583002. OLE color: 6583002.

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

Color convert

RGB 218 114 100 -
CMYK 0 0.48 0.54 0.15
HSL 7.12º 0.61% 0.62% -
HSV(B) 7.12º 0.54% 0.85% -
XYZ 37.23 27.86 15.47 -
YUV 143.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 218 114 100 0 0.48 0.54 0.15 7.12 0.61 0.62
Hex DA 72 64 0 30 36 F 7 3D 3E
Octal 332 162 144 0 60 66 17 7 75 76
Binary 11011010 1110010 1100100 0 110000 110110 1111 111 111101 111110

Color Harmonies of #DA7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7264

Black with #DA7264

Text Example


Text Example

White with #DA7264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7264; }

 p { color: rgb(218,114,100); }

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

background-color css

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

 a { background-color: rgb(218,114,100); }

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

border-color css

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

 span { border-color: rgb(218,114,100); }

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