Html Css Color HEX #DA745B Terra Cotta

📋 copy color: '#DA745B'

red 218 ◦ green 116 ◦ blue 91

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

Shades of Terra Cotta #DA745B

Tints of Terra Cotta #DA745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 51.29%
G = 27.29%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA745B (or 0xDA745B) is known color: Terra Cotta. HEX triplet: DA, 74 and 5B. RGB value is (218,116,91). Sum of RGB (Red+Green+Blue) = 218+116+91=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA745B is #258BA4. Grayscale: #8F8F8F. Windows color (decimal): -2460581 or 5993690. OLE color: 5993690.

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

Color convert

RGB 218 116 91 -
CMYK 0 0.47 0.58 0.15
HSL 11.81º 0.63% 0.61% -
HSV(B) 11.81º 0.58% 0.85% -
XYZ 37.05 28.15 13.38 -
YUV 143.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 218 116 91 0 0.47 0.58 0.15 11.81 0.63 0.61
Hex DA 74 5B 0 2F 3A F C 3F 3D
Octal 332 164 133 0 57 72 17 14 77 75
Binary 11011010 1110100 1011011 0 101111 111010 1111 1100 111111 111101

Color Harmonies of #DA745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA745B

Black with #DA745B

Text Example


Text Example

White with #DA745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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