Html Css Color HEX #DA7A56 Terra Cotta

📋 copy color: '#DA7A56'

red 218 ◦ green 122 ◦ blue 86

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

Shades of Terra Cotta #DA7A56

Tints of Terra Cotta #DA7A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 51.17%
G = 28.64%
B = 20.19%

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

#DA7A56 (or 0xDA7A56) is known color: Terra Cotta. HEX triplet: DA, 7A and 56. RGB value is (218,122,86). Sum of RGB (Red+Green+Blue) = 218+122+86=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A56 is #2585A9. Grayscale: #929292. Windows color (decimal): -2459050 or 5667546. OLE color: 5667546.

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

Color convert

RGB 218 122 86 -
CMYK 0 0.44 0.61 0.15
HSL 16.36º 0.64% 0.6% -
HSV(B) 16.36º 0.61% 0.85% -
XYZ 37.55 29.5 12.52 -
YUV 146.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 218 122 86 0 0.44 0.61 0.15 16.36 0.64 0.6
Hex DA 7A 56 0 2C 3D F 10 40 3C
Octal 332 172 126 0 54 75 17 20 100 74
Binary 11011010 1111010 1010110 0 101100 111101 1111 10000 1000000 111100

Color Harmonies of #DA7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A56

Black with #DA7A56

Text Example


Text Example

White with #DA7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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