Html Css Color HEX #DA7257 Terra Cotta

📋 copy color: '#DA7257'

red 218 ◦ green 114 ◦ blue 87

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

Shades of Terra Cotta #DA7257

Tints of Terra Cotta #DA7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.21%

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

R = 52.03%
G = 27.21%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA7257 (or 0xDA7257) is known color: Terra Cotta. HEX triplet: DA, 72 and 57. RGB value is (218,114,87). Sum of RGB (Red+Green+Blue) = 218+114+87=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7257 is #258DA8. Grayscale: #8E8E8E. Windows color (decimal): -2461097 or 5731034. OLE color: 5731034.

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

Color convert

RGB 218 114 87 -
CMYK 0 0.48 0.60 0.15
HSL 12.37º 0.64% 0.6% -
HSV(B) 12.37º 0.6% 0.85% -
XYZ 36.65 27.63 12.42 -
YUV 142.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 218 114 87 0 0.48 0.60 0.15 12.37 0.64 0.6
Hex DA 72 57 0 30 3C F C 40 3C
Octal 332 162 127 0 60 74 17 14 100 74
Binary 11011010 1110010 1010111 0 110000 111100 1111 1100 1000000 111100

Color Harmonies of #DA7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7257

Black with #DA7257

Text Example


Text Example

White with #DA7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7257; }

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

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

background-color css

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

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

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

border-color css

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

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

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