Html Css Color HEX #DA7956 Terra Cotta

📋 copy color: '#DA7956'

red 218 ◦ green 121 ◦ blue 86

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

Shades of Terra Cotta #DA7956

Tints of Terra Cotta #DA7956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.24%

R = 51.29%
G = 28.47%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7956 (or 0xDA7956) is known color: Terra Cotta. HEX triplet: DA, 79 and 56. RGB value is (218,121,86). Sum of RGB (Red+Green+Blue) = 218+121+86=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7956 is #2586A9. Grayscale: #929292. Windows color (decimal): -2459306 or 5667290. OLE color: 5667290.

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

Color convert

RGB 218 121 86 -
CMYK 0 0.44 0.61 0.15
HSL 15.91º 0.64% 0.6% -
HSV(B) 15.91º 0.61% 0.85% -
XYZ 37.43 29.25 12.48 -
YUV 146.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 218 121 86 0 0.44 0.61 0.15 15.91 0.64 0.6
Hex DA 79 56 0 2C 3D F 10 40 3C
Octal 332 171 126 0 54 75 17 20 100 74
Binary 11011010 1111001 1010110 0 101100 111101 1111 10000 1000000 111100

Color Harmonies of #DA7956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7956

Black with #DA7956

Text Example


Text Example

White with #DA7956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7956; }

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

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

background-color css

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

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

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

border-color css

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

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

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