Html Css Color HEX #DA745F Terra Cotta

📋 copy color: '#DA745F'

red 218 ◦ green 116 ◦ blue 95

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

Shades of Terra Cotta #DA745F

Tints of Terra Cotta #DA745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 50.82%
G = 27.04%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA745F (or 0xDA745F) is known color: Terra Cotta. HEX triplet: DA, 74 and 5F. RGB value is (218,116,95). Sum of RGB (Red+Green+Blue) = 218+116+95=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA745F is #258BA0. Grayscale: #909090. Windows color (decimal): -2460577 or 6255834. OLE color: 6255834.

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

Color convert

RGB 218 116 95 -
CMYK 0 0.47 0.56 0.15
HSL 10.24º 0.62% 0.61% -
HSV(B) 10.24º 0.56% 0.85% -
XYZ 37.22 28.22 14.31 -
YUV 144.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 218 116 95 0 0.47 0.56 0.15 10.24 0.62 0.61
Hex DA 74 5F 0 2F 38 F A 3E 3D
Octal 332 164 137 0 57 70 17 12 76 75
Binary 11011010 1110100 1011111 0 101111 111000 1111 1010 111110 111101

Color Harmonies of #DA745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA745F

Black with #DA745F

Text Example


Text Example

White with #DA745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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