Html Css Color HEX #DA7754 Terra Cotta

📋 copy color: '#DA7754'

red 218 ◦ green 119 ◦ blue 84

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

Shades of Terra Cotta #DA7754

Tints of Terra Cotta #DA7754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.27%

 BLUE value IS 84 (33.2% from 255) = 19.95%

R = 51.78%
G = 28.27%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7754 (or 0xDA7754) is known color: Terra Cotta. HEX triplet: DA, 77 and 54. RGB value is (218,119,84). Sum of RGB (Red+Green+Blue) = 218+119+84=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7754 is #2588AB. Grayscale: #909090. Windows color (decimal): -2459820 or 5535706. OLE color: 5535706.

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

Color convert

RGB 218 119 84 -
CMYK 0 0.45 0.61 0.15
HSL 15.67º 0.64% 0.59% -
HSV(B) 15.67º 0.61% 0.85% -
XYZ 37.11 28.74 11.98 -
YUV 144.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 218 119 84 0 0.45 0.61 0.15 15.67 0.64 0.59
Hex DA 77 54 0 2D 3D F 10 40 3B
Octal 332 167 124 0 55 75 17 20 100 73
Binary 11011010 1110111 1010100 0 101101 111101 1111 10000 1000000 111011

Color Harmonies of #DA7754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7754

Black with #DA7754

Text Example


Text Example

White with #DA7754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7754; }

 p { color: rgb(218,119,84); }

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

background-color css

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

 a { background-color: rgb(218,119,84); }

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

border-color css

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

 span { border-color: rgb(218,119,84); }

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