Html Css Color HEX #DA7458 Terra Cotta

📋 copy color: '#DA7458'

red 218 ◦ green 116 ◦ blue 88

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

Shades of Terra Cotta #DA7458

Tints of Terra Cotta #DA7458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.49%

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

R = 51.66%
G = 27.49%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA7458 (or 0xDA7458) is known color: Terra Cotta. HEX triplet: DA, 74 and 58. RGB value is (218,116,88). Sum of RGB (Red+Green+Blue) = 218+116+88=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7458 is #258BA7. Grayscale: #8F8F8F. Windows color (decimal): -2460584 or 5797082. OLE color: 5797082.

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

Color convert

RGB 218 116 88 -
CMYK 0 0.47 0.60 0.15
HSL 12.92º 0.64% 0.6% -
HSV(B) 12.92º 0.6% 0.85% -
XYZ 36.92 28.1 12.71 -
YUV 143.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 218 116 88 0 0.47 0.60 0.15 12.92 0.64 0.6
Hex DA 74 58 0 2F 3C F D 40 3C
Octal 332 164 130 0 57 74 17 15 100 74
Binary 11011010 1110100 1011000 0 101111 111100 1111 1101 1000000 111100

Color Harmonies of #DA7458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7458

Black with #DA7458

Text Example


Text Example

White with #DA7458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7458; }

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

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

background-color css

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

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

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

border-color css

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

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

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