Html Css Color HEX #DA7369 Terra Cotta

📋 copy color: '#DA7369'

red 218 ◦ green 115 ◦ blue 105

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

Shades of Terra Cotta #DA7369

Tints of Terra Cotta #DA7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.26%

 BLUE value IS 105 (41.41% from 255) = 23.97%

R = 49.77%
G = 26.26%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7369 (or 0xDA7369) is known color: Terra Cotta. HEX triplet: DA, 73 and 69. RGB value is (218,115,105). Sum of RGB (Red+Green+Blue) = 218+115+105=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7369 is #258C96. Grayscale: #909090. Windows color (decimal): -2460823 or 6910938. OLE color: 6910938.

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

Color convert

RGB 218 115 105 -
CMYK 0 0.47 0.52 0.15
HSL 5.31º 0.6% 0.63% -
HSV(B) 5.31º 0.52% 0.85% -
XYZ 37.59 28.19 16.82 -
YUV 144.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 218 115 105 0 0.47 0.52 0.15 5.31 0.6 0.63
Hex DA 73 69 0 2F 34 F 5 3C 3F
Octal 332 163 151 0 57 64 17 5 74 77
Binary 11011010 1110011 1101001 0 101111 110100 1111 101 111100 111111

Color Harmonies of #DA7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7369

Black with #DA7369

Text Example


Text Example

White with #DA7369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7369; }

 p { color: rgb(218,115,105); }

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

background-color css

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

 a { background-color: rgb(218,115,105); }

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

border-color css

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

 span { border-color: rgb(218,115,105); }

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