Html Css Color HEX #DA7964 Terra Cotta

📋 copy color: '#DA7964'

red 218 ◦ green 121 ◦ blue 100

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

Shades of Terra Cotta #DA7964

Tints of Terra Cotta #DA7964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.56%

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

R = 49.66%
G = 27.56%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7964 (or 0xDA7964) is known color: Terra Cotta. HEX triplet: DA, 79 and 64. RGB value is (218,121,100). Sum of RGB (Red+Green+Blue) = 218+121+100=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7964 is #25869B. Grayscale: #939393. Windows color (decimal): -2459292 or 6584794. OLE color: 6584794.

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

Color convert

RGB 218 121 100 -
CMYK 0 0.44 0.54 0.15
HSL 10.68º 0.61% 0.62% -
HSV(B) 10.68º 0.54% 0.85% -
XYZ 38.05 29.5 15.75 -
YUV 147.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 218 121 100 0 0.44 0.54 0.15 10.68 0.61 0.62
Hex DA 79 64 0 2C 36 F B 3D 3E
Octal 332 171 144 0 54 66 17 13 75 76
Binary 11011010 1111001 1100100 0 101100 110110 1111 1011 111101 111110

Color Harmonies of #DA7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7964

Black with #DA7964

Text Example


Text Example

White with #DA7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7964; }

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

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

background-color css

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

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

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

border-color css

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

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

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