Html Css Color HEX #DA7A57 Terra Cotta

📋 copy color: '#DA7A57'

red 218 ◦ green 122 ◦ blue 87

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

Shades of Terra Cotta #DA7A57

Tints of Terra Cotta #DA7A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.37%

R = 51.05%
G = 28.57%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA7A57 (or 0xDA7A57) is known color: Terra Cotta. HEX triplet: DA, 7A and 57. RGB value is (218,122,87). Sum of RGB (Red+Green+Blue) = 218+122+87=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A57 is #2585A8. Grayscale: #929292. Windows color (decimal): -2459049 or 5733082. OLE color: 5733082.

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

Color convert

RGB 218 122 87 -
CMYK 0 0.44 0.60 0.15
HSL 16.03º 0.64% 0.6% -
HSV(B) 16.03º 0.6% 0.85% -
XYZ 37.59 29.51 12.73 -
YUV 146.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 218 122 87 0 0.44 0.60 0.15 16.03 0.64 0.6
Hex DA 7A 57 0 2C 3C F 10 40 3C
Octal 332 172 127 0 54 74 17 20 100 74
Binary 11011010 1111010 1010111 0 101100 111100 1111 10000 1000000 111100

Color Harmonies of #DA7A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A57

Black with #DA7A57

Text Example


Text Example

White with #DA7A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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