Html Css Color HEX #DA745D Terra Cotta

📋 copy color: '#DA745D'

red 218 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #DA745D

Tints of Terra Cotta #DA745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 51.05%
G = 27.17%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA745D (or 0xDA745D) is known color: Terra Cotta. HEX triplet: DA, 74 and 5D. RGB value is (218,116,93). Sum of RGB (Red+Green+Blue) = 218+116+93=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA745D is #258BA2. Grayscale: #909090. Windows color (decimal): -2460579 or 6124762. OLE color: 6124762.

HSL color Cylindrical-coordinate representation of color #DA745D: hue angle of 11.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA745D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 93 -
CMYK 0 0.47 0.57 0.15
HSL 11.04º 0.63% 0.61% -
HSV(B) 11.04º 0.57% 0.85% -
XYZ 37.13 28.19 13.84 -
YUV 143.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 218 116 93 0 0.47 0.57 0.15 11.04 0.63 0.61
Hex DA 74 5D 0 2F 39 F B 3F 3D
Octal 332 164 135 0 57 71 17 13 77 75
Binary 11011010 1110100 1011101 0 101111 111001 1111 1011 111111 111101

Color Harmonies of #DA745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA745D

Black with #DA745D

Text Example


Text Example

White with #DA745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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