Html Css Color HEX #DA7758 Terra Cotta

📋 copy color: '#DA7758'

red 218 ◦ green 119 ◦ blue 88

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

Shades of Terra Cotta #DA7758

Tints of Terra Cotta #DA7758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28%

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 51.29%
G = 28%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA7758 (or 0xDA7758) is known color: Terra Cotta. HEX triplet: DA, 77 and 58. RGB value is (218,119,88). Sum of RGB (Red+Green+Blue) = 218+119+88=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7758 is #2588A7. Grayscale: #919191. Windows color (decimal): -2459816 or 5797850. OLE color: 5797850.

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

Color convert

RGB 218 119 88 -
CMYK 0 0.45 0.60 0.15
HSL 14.31º 0.64% 0.6% -
HSV(B) 14.31º 0.6% 0.85% -
XYZ 37.27 28.8 12.83 -
YUV 145.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 218 119 88 0 0.45 0.60 0.15 14.31 0.64 0.6
Hex DA 77 58 0 2D 3C F E 40 3C
Octal 332 167 130 0 55 74 17 16 100 74
Binary 11011010 1110111 1011000 0 101101 111100 1111 1110 1000000 111100

Color Harmonies of #DA7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7758

Black with #DA7758

Text Example


Text Example

White with #DA7758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7758; }

 p { color: rgb(218,119,88); }

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

background-color css

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

 a { background-color: rgb(218,119,88); }

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

border-color css

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

 span { border-color: rgb(218,119,88); }

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