Html Css Color HEX #DA7564 Terra Cotta

📋 copy color: '#DA7564'

red 218 ◦ green 117 ◦ blue 100

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

Shades of Terra Cotta #DA7564

Tints of Terra Cotta #DA7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

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

R = 50.11%
G = 26.9%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7564 (or 0xDA7564) is known color: Terra Cotta. HEX triplet: DA, 75 and 64. RGB value is (218,117,100). Sum of RGB (Red+Green+Blue) = 218+117+100=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7564 is #258A9B. Grayscale: #919191. Windows color (decimal): -2460316 or 6583770. OLE color: 6583770.

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

Color convert

RGB 218 117 100 -
CMYK 0 0.46 0.54 0.15
HSL 8.64º 0.61% 0.62% -
HSV(B) 8.64º 0.54% 0.85% -
XYZ 37.57 28.55 15.59 -
YUV 145.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 218 117 100 0 0.46 0.54 0.15 8.64 0.61 0.62
Hex DA 75 64 0 2E 36 F 9 3D 3E
Octal 332 165 144 0 56 66 17 11 75 76
Binary 11011010 1110101 1100100 0 101110 110110 1111 1001 111101 111110

Color Harmonies of #DA7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7564

Black with #DA7564

Text Example


Text Example

White with #DA7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7564; }

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

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

background-color css

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

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

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

border-color css

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

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

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