Html Css Color HEX #DA7854 Terra Cotta

📋 copy color: '#DA7854'

red 218 ◦ green 120 ◦ blue 84

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

Shades of Terra Cotta #DA7854

Tints of Terra Cotta #DA7854

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.44%

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

R = 51.66%
G = 28.44%
B = 19.91%

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

#DA7854 (or 0xDA7854) is known color: Terra Cotta. HEX triplet: DA, 78 and 54. RGB value is (218,120,84). Sum of RGB (Red+Green+Blue) = 218+120+84=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7854 is #2587AB. Grayscale: #919191. Windows color (decimal): -2459564 or 5535962. OLE color: 5535962.

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

Color convert

RGB 218 120 84 -
CMYK 0 0.45 0.61 0.15
HSL 16.12º 0.64% 0.59% -
HSV(B) 16.12º 0.61% 0.85% -
XYZ 37.23 28.98 12.02 -
YUV 145.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 218 120 84 0 0.45 0.61 0.15 16.12 0.64 0.59
Hex DA 78 54 0 2D 3D F 10 40 3B
Octal 332 170 124 0 55 75 17 20 100 73
Binary 11011010 1111000 1010100 0 101101 111101 1111 10000 1000000 111011

Color Harmonies of #DA7854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7854

Black with #DA7854

Text Example


Text Example

White with #DA7854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7854; }

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

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

background-color css

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

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

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

border-color css

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

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

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