Html Css Color HEX #DA7362 Terra Cotta

📋 copy color: '#DA7362'

red 218 ◦ green 115 ◦ blue 98

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

Shades of Terra Cotta #DA7362

Tints of Terra Cotta #DA7362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 50.58%
G = 26.68%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7362 (or 0xDA7362) is known color: Terra Cotta. HEX triplet: DA, 73 and 62. RGB value is (218,115,98). Sum of RGB (Red+Green+Blue) = 218+115+98=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7362 is #258C9D. Grayscale: #909090. Windows color (decimal): -2460830 or 6452186. OLE color: 6452186.

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

Color convert

RGB 218 115 98 -
CMYK 0 0.47 0.55 0.15
HSL 8.5º 0.62% 0.62% -
HSV(B) 8.5º 0.55% 0.85% -
XYZ 37.25 28.05 15.01 -
YUV 143.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 218 115 98 0 0.47 0.55 0.15 8.5 0.62 0.62
Hex DA 73 62 0 2F 37 F 8 3E 3E
Octal 332 163 142 0 57 67 17 10 76 76
Binary 11011010 1110011 1100010 0 101111 110111 1111 1000 111110 111110

Color Harmonies of #DA7362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7362

Black with #DA7362

Text Example


Text Example

White with #DA7362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7362; }

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

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

background-color css

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

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

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

border-color css

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

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

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